summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/perfschema/t/table_aggregate_off.test
blob: a56d6a9b905d5f2583da03d7e957c35fe2407a42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Tests for the performance schema

--source ../include/table_aggregate_setup.inc

# table io and table lock by default

# off
update performance_schema.setup_consumers
  set enabled='NO' where name='global_instrumentation';

--source ../include/table_aggregate_load.inc
--source ../include/table_aggregate_cleanup.inc