mirror of
https://github.com/MariaDB/server.git
synced 2025-07-04 01:23:45 +03:00
7 lines
345 B
Plaintext
7 lines
345 B
Plaintext
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;
|