mirror of
https://github.com/MariaDB/server.git
synced 2025-11-30 05:23:50 +03:00
4 lines
136 B
SQL
4 lines
136 B
SQL
# Reset the performance_schema.setup_instruments table
|
|
|
|
UPDATE performance_schema.setup_instruments SET enabled = 'YES', timed = 'YES';
|