summaryrefslogtreecommitdiff
path: root/mysql-test/suite/perfschema/t/sizing_off.test
blob: 32729918bd1aadf0c19ee88800bc56dbfb3724e9 (plain)
1
2
3
4
5
6
7
8

--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%";