mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
8 lines
252 B
Text
8 lines
252 B
Text
|
|
--source include/not_embedded.inc
|
|
--source include/have_perfschema.inc
|
|
|
|
show variables where
|
|
`Variable_name` != "performance_schema_max_statement_classes" and
|
|
`Variable_name` like "performance_schema%";
|
|
show status like "performance_schema%";
|