blob: 57656f9e0777c78655e79b8252e5b3b046fc8474 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Tests for PERFORMANCE_SCHEMA
--source include/not_embedded.inc
--source include/have_perfschema.inc
--source ../include/start_server_common.inc
# This has a stable output, printing the result:
show variables where
`Variable_name` != "performance_schema_max_statement_classes" and
`Variable_name` like "performance_schema%";
|