summaryrefslogtreecommitdiff
path: root/mysql-test/suite/perfschema/r/tampered_perfschema_table1.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/perfschema/r/tampered_perfschema_table1.result')
-rw-r--r--mysql-test/suite/perfschema/r/tampered_perfschema_table1.result6
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/suite/perfschema/r/tampered_perfschema_table1.result b/mysql-test/suite/perfschema/r/tampered_perfschema_table1.result
new file mode 100644
index 00000000000..cdf0029eeb9
--- /dev/null
+++ b/mysql-test/suite/perfschema/r/tampered_perfschema_table1.result
@@ -0,0 +1,6 @@
+call mtr.add_suppression(
+"Column count of mysql.SETUP_INSTRUMENTS is wrong. "
+"Expected 4, found 3. The table is probably corrupted");
+select * from performance_schema.SETUP_INSTRUMENTS limit 1;
+ERROR HY000: Native table 'performance_schema'.'SETUP_INSTRUMENTS' has the wrong structure
+select * from performance_schema.SETUP_CONSUMERS limit 1;