mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
e0e0f9e3d4
Part V: performance schema implementation
6 lines
345 B
Text
6 lines
345 B
Text
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;
|