summaryrefslogtreecommitdiff
path: root/mysql-test/suite/perfschema/t/table_aggregate_off.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/perfschema/t/table_aggregate_off.test')
-rw-r--r--mysql-test/suite/perfschema/t/table_aggregate_off.test13
1 files changed, 13 insertions, 0 deletions
diff --git a/mysql-test/suite/perfschema/t/table_aggregate_off.test b/mysql-test/suite/perfschema/t/table_aggregate_off.test
new file mode 100644
index 00000000000..a56d6a9b905
--- /dev/null
+++ b/mysql-test/suite/perfschema/t/table_aggregate_off.test
@@ -0,0 +1,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
+