mirror of
https://github.com/MariaDB/server.git
synced 2025-10-27 08:58:13 +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-master.opt | ||
| consistent_snapshot_mixed_engines.test | ||
| disabled.def | ||
| mdev12179.test | ||
| multiclient_2pc-master.opt | ||
| multiclient_2pc.test | ||
| optimize_myrocks_replace_into.test | ||
| rocksdb_slave_check_before_image_consistency-slave.opt | ||
| rocksdb_slave_check_before_image_consistency.test | ||
| rpl_binlog_xid_count-master.opt | ||
| rpl_binlog_xid_count.test | ||
| rpl_check_for_binlog_info.pl | ||
| rpl_crash_safe_wal_corrupt.cnf | ||
| rpl_crash_safe_wal_corrupt.test | ||
| rpl_ddl_high_priority.test | ||
| rpl_gtid_crash_safe-master.opt | ||
| rpl_gtid_crash_safe-slave.opt | ||
| rpl_gtid_crash_safe.test | ||
| rpl_gtid_crash_safe_optimized-master.opt | ||
| rpl_gtid_crash_safe_optimized-slave.opt | ||
| rpl_gtid_crash_safe_optimized.test | ||
| rpl_gtid_crash_safe_wal_corrupt.cnf | ||
| rpl_gtid_crash_safe_wal_corrupt.inc | ||
| rpl_gtid_crash_safe_wal_corrupt.test | ||
| rpl_gtid_rocksdb_sys_header-master.opt | ||
| rpl_gtid_rocksdb_sys_header-slave.opt | ||
| rpl_gtid_rocksdb_sys_header.test | ||
| rpl_missing_columns_sk_update.cnf | ||
| rpl_missing_columns_sk_update.test | ||
| rpl_mts_dependency_unique_key_conflicts.test | ||
| rpl_no_unique_check_on_lag-slave.opt | ||
| rpl_no_unique_check_on_lag.test | ||
| rpl_no_unique_check_on_lag_mts-slave.opt | ||
| rpl_no_unique_check_on_lag_mts.test | ||
| rpl_rocksdb_2pc_crash_recover-master.opt | ||
| rpl_rocksdb_2pc_crash_recover-slave.opt | ||
| rpl_rocksdb_2pc_crash_recover.test | ||
| rpl_rocksdb_slave_gtid_info_optimized-master.opt | ||
| rpl_rocksdb_slave_gtid_info_optimized-slave.opt | ||
| rpl_rocksdb_slave_gtid_info_optimized.test | ||
| rpl_rocksdb_snapshot-master.opt | ||
| rpl_rocksdb_snapshot-slave.opt | ||
| rpl_rocksdb_snapshot.test | ||
| rpl_rocksdb_snapshot_without_gtid.test | ||
| rpl_rocksdb_stress_crash-master.opt | ||
| rpl_rocksdb_stress_crash-slave.opt | ||
| rpl_rocksdb_stress_crash.test | ||
| rpl_skip_trx_api_binlog_format-master.opt | ||
| rpl_skip_trx_api_binlog_format-slave.opt | ||
| rpl_skip_trx_api_binlog_format.test | ||
| rpl_xa.inc | ||
| rpl_xa.test | ||
| singledelete_idempotent_recovery.cnf | ||
| singledelete_idempotent_recovery.test | ||
| singledelete_idempotent_table.cnf | ||
| singledelete_idempotent_table.test | ||