mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
775cba4d0f
- 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. |
||
---|---|---|
.. | ||
binlog_common.inc | ||
binlog_edge_common.inc | ||
binlog_ok_common.inc | ||
cleanup_helper.inc | ||
connection_cleanup.inc | ||
connection_load.inc | ||
connection_setup.inc | ||
default_mysqld_autosize.cnf | ||
digest_cleanup.inc | ||
digest_execution.inc | ||
digest_setup.inc | ||
disable_instruments.inc | ||
enable_instruments.inc | ||
event_aggregate_cleanup.inc | ||
event_aggregate_load.inc | ||
event_aggregate_setup.inc | ||
have_aligned_memory.inc | ||
have_timer_cycle.inc | ||
hostcache_dump.inc | ||
hostcache_set_state.inc | ||
memory_aggregate_cleanup.inc | ||
memory_aggregate_load.inc | ||
memory_aggregate_setup.inc | ||
pfs_no_running_event_scheduler.inc | ||
pfs_running_event_scheduler.inc | ||
pfs_upgrade.inc | ||
prepared_stmts_deallocation.inc | ||
prepared_stmts_execution.inc | ||
prepared_stmts_setup.inc | ||
privilege.inc | ||
processlist_load.inc | ||
processlist_set.inc | ||
program_cleanup.inc | ||
program_execution.inc | ||
program_nested_cleanup.inc | ||
program_nested_execution.inc | ||
program_nested_setup.inc | ||
program_setup.inc | ||
reset_transaction_gtid.inc | ||
rpl_statements_truncate.inc | ||
schema.inc | ||
setup_helper.inc | ||
show_aggregate.inc | ||
show_plugin_verifier.inc | ||
show_transaction_gtid.inc | ||
socket_check1.inc | ||
socket_event.inc | ||
socket_event_dbg.inc | ||
socket_ipv6.inc | ||
socket_summary_check.inc | ||
socket_summary_check_dbg.inc | ||
stage_cleanup.inc | ||
stage_setup.inc | ||
start_server_common.inc | ||
table_aggregate_cleanup.inc | ||
table_aggregate_load.inc | ||
table_aggregate_setup.inc | ||
table_io_basic_dml.inc | ||
table_io_cleanup_helper.inc | ||
table_io_result_helper.inc | ||
table_io_setup_helper.inc | ||
transaction_cleanup.inc | ||
transaction_nested_events_verifier.inc | ||
transaction_setup.inc | ||
upgrade_check.inc | ||
wait_for_pfs_thread_count.inc | ||
wait_till_sleep.inc |