summaryrefslogtreecommitdiff
path: root/mysql-test/suite/perfschema/t/table_aggregate_global_4u_2t.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/perfschema/t/table_aggregate_global_4u_2t.test')
-rw-r--r--mysql-test/suite/perfschema/t/table_aggregate_global_4u_2t.test19
1 files changed, 19 insertions, 0 deletions
diff --git a/mysql-test/suite/perfschema/t/table_aggregate_global_4u_2t.test b/mysql-test/suite/perfschema/t/table_aggregate_global_4u_2t.test
new file mode 100644
index 00000000000..a523ee6cce9
--- /dev/null
+++ b/mysql-test/suite/perfschema/t/table_aggregate_global_4u_2t.test
@@ -0,0 +1,19 @@
+# Tests for the performance schema
+
+--source ../include/table_aggregate_setup.inc
+
+# table io and table lock by default
+
+# global
+update performance_schema.setup_consumers
+ set enabled='NO' where name='thread_instrumentation';
+
+# 4users by default
+
+# 2tables
+delete from performance_schema.setup_objects
+ where object_name='t2';
+
+--source ../include/table_aggregate_load.inc
+--source ../include/table_aggregate_cleanup.inc
+