mariadb/mysql-test/suite/perfschema/include
Monty 775cba4d0f MDEV-33145 Add FLUSH GLOBAL STATUS
- 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.
2024-05-27 12:39:03 +02:00
..
binlog_common.inc
binlog_edge_common.inc
binlog_ok_common.inc
cleanup_helper.inc
connection_cleanup.inc
connection_load.inc
connection_setup.inc MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
default_mysqld_autosize.cnf MDEV-14425 Improve the redo log for concurrency 2022-01-21 16:03:47 +02:00
digest_cleanup.inc
digest_execution.inc
digest_setup.inc
disable_instruments.inc
enable_instruments.inc
event_aggregate_cleanup.inc
event_aggregate_load.inc MDEV-5215 prerequisite of prerequisite: if DB is not mentioned in connect ignore errors of switching to it 2022-11-01 15:40:49 +01:00
event_aggregate_setup.inc MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
have_aligned_memory.inc fix perfschema.sizing_* tests to run 2021-07-16 19:14:28 +02:00
have_timer_cycle.inc
hostcache_dump.inc
hostcache_set_state.inc MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
memory_aggregate_cleanup.inc
memory_aggregate_load.inc MDEV-22949 perfschema.memory_aggregate_no_a_no_u fails sporadically in buildbot with wrong result 2024-03-27 16:14:55 +01:00
memory_aggregate_setup.inc MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
pfs_no_running_event_scheduler.inc
pfs_running_event_scheduler.inc perfschema.threads_mysql sporadic failures 2023-11-25 10:33:31 +01:00
pfs_upgrade.inc
prepared_stmts_deallocation.inc
prepared_stmts_execution.inc
prepared_stmts_setup.inc
privilege.inc
processlist_load.inc mysql-5.7.39 2022-07-29 14:48:01 +02:00
processlist_set.inc mysql-5.7.39 2022-07-29 14:48:01 +02:00
program_cleanup.inc
program_execution.inc events in perfschema tests: use ON COMPLETION NOT PRESERVE 2024-03-27 16:14:55 +01:00
program_nested_cleanup.inc
program_nested_execution.inc
program_nested_setup.inc MDEV-23974 fixup: rpl.rpl_gtid_stop_start fails 2022-03-24 13:43:58 +02:00
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 test fixes for FreeBSD 2022-05-04 19:34:20 +02:00
socket_summary_check.inc
socket_summary_check_dbg.inc
stage_cleanup.inc
stage_setup.inc MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
start_server_common.inc
table_aggregate_cleanup.inc
table_aggregate_load.inc
table_aggregate_setup.inc MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
table_io_basic_dml.inc MDEV-31003: Second execution for ps-protocol 2023-07-26 17:15:00 +07:00
table_io_cleanup_helper.inc MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
table_io_result_helper.inc MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
table_io_setup_helper.inc MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
transaction_cleanup.inc
transaction_nested_events_verifier.inc
transaction_setup.inc
upgrade_check.inc MDEV-30498 Rename mysql_upgrade state file to mariadb_upgrade 2023-02-07 07:29:04 +00:00
wait_for_pfs_thread_count.inc make perfschema.show_aggregate test more reliable 2023-10-13 18:13:12 +02:00
wait_till_sleep.inc