summaryrefslogtreecommitdiff
path: root/mysql-test/suite/perfschema/r/tampered_perfschema_table1.result
blob: 86252d4ca01e7e14c7a4eef10288b9649d0c6eb8 (plain)
1
2
3
4
5
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;