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:
@ -68,7 +68,9 @@ select * from performance_schema.users;
|
||||
--enable_result_log
|
||||
|
||||
# This has a stable output, printing the result:
|
||||
show variables like "performance_schema%";
|
||||
show variables where
|
||||
`Variable_name` != "performance_schema_max_statement_classes" and
|
||||
`Variable_name` like "performance_schema%";
|
||||
|
||||
# This has an unrepeatable output, it does depends too much on
|
||||
# - the platform hardware (sizeof structures, padding)
|
||||
|
Reference in New Issue
Block a user