mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
5.6.24
This commit is contained in:
@ -29,7 +29,9 @@ truncate performance_schema.events_waits_summary_global_by_event_name;
|
||||
truncate performance_schema.events_waits_history_long;
|
||||
|
||||
# Check the configuration is ok
|
||||
show variables like "performance_schema%";
|
||||
show variables where
|
||||
`Variable_name` != "performance_schema_max_statement_classes" and
|
||||
`Variable_name` like "performance_schema%";
|
||||
show status like "performance_schema%";
|
||||
|
||||
echo "================== Step 1 ==================";
|
||||
|
Reference in New Issue
Block a user