mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
P_S 5.7.28
This commit is contained in:
@ -32,7 +32,7 @@ update performance_schema.setup_instruments
|
||||
connection master;
|
||||
|
||||
select * from performance_schema.setup_instruments
|
||||
where timed='NO';
|
||||
where timed='NO' and name not like "memory/%";
|
||||
|
||||
select "This better be in the master" as in_master_digest;
|
||||
|
||||
|
Reference in New Issue
Block a user