mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
5.6.24
This commit is contained in:
@ -36,7 +36,9 @@ insert into test.marker set a = 1;
|
||||
# This will not, the ACL cache is already loaded
|
||||
insert into test.marker set a = 1;
|
||||
insert into test.marker set a = 1;
|
||||
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%";
|
||||
# Stop recording events + pull results
|
||||
let $schema_to_dump= "test", "mysql";
|
||||
|
Reference in New Issue
Block a user