mirror of
https://github.com/MariaDB/server.git
synced 2025-12-02 10:26:30 +01:00
- FLUSH GLOBAL STATUS now resets most global_status_vars.
At this stage, this is mainly to be used for testing.
- FLUSH SESSION STATUS added as an alias for FLUSH STATUS.
- FLUSH STATUS does not require any privilege (before required RELOAD).
- FLUSH GLOBAL STATUS requires RELOAD privilege.
- All global status reset moved to FLUSH GLOBAL STATUS.
- Replication semisync status variables are now reset by
FLUSH GLOBAL STATUS.
- In test cases, the only changes are:
- Replace FLUSH STATUS with FLUSH GLOBAL STATUS
- Replace FLUSH STATUS with FLUSH STATUS; FLUSH GLOBAL STATUS.
This was only done in a few tests where the test was using SHOW STATUS
for both local and global variables.
- Uptime_since_flush_status is now always provided, independent if
ENABLED_PROFILING is enabled when compiling MariaDB.
- @@global.Uptime_since_flush_status is reset on FLUSH GLOBAL STATUS
and @@session.Uptime_since_flush_status is reset on FLUSH SESSION STATUS.
- When connected, @@session.Uptime_since_flush_status is set to 0.
|
||
|---|---|---|
| .. | ||
| consistent_snapshot_mixed_engines.result | ||
| mdev12179.result | ||
| multiclient_2pc.result | ||
| optimize_myrocks_replace_into.result | ||
| rocksdb_slave_check_before_image_consistency.result | ||
| rpl_binlog_xid_count.result | ||
| rpl_crash_safe_wal_corrupt.result | ||
| rpl_ddl_high_priority.result | ||
| rpl_gtid_crash_safe.result | ||
| rpl_gtid_crash_safe_optimized.result | ||
| rpl_gtid_crash_safe_wal_corrupt.result | ||
| rpl_gtid_rocksdb_sys_header.result | ||
| rpl_missing_columns_sk_update.result | ||
| rpl_mts_dependency_unique_key_conflicts.result | ||
| rpl_no_unique_check_on_lag.result | ||
| rpl_no_unique_check_on_lag_mts.result | ||
| rpl_rocksdb_2pc_crash_recover.result | ||
| rpl_rocksdb_slave_gtid_info_optimized.result | ||
| rpl_rocksdb_snapshot.result | ||
| rpl_rocksdb_snapshot_without_gtid.result | ||
| rpl_rocksdb_stress_crash.result | ||
| rpl_skip_trx_api_binlog_format.result | ||
| rpl_xa.result | ||
| singledelete_idempotent_recovery.result | ||
| singledelete_idempotent_table.result | ||