mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
5.6.17
This commit is contained in:
@ -16,6 +16,7 @@ update performance_schema.threads SET instrumented = 'YES'
|
||||
WHERE PROCESSLIST_ID=connection_id();
|
||||
|
||||
# reset lost counters
|
||||
truncate table performance_schema.events_statements_summary_by_digest;
|
||||
flush status;
|
||||
|
||||
--disable_warnings
|
||||
|
Reference in New Issue
Block a user