Skip to content

Commit ad07728

Browse files
committed
MDEV-35523 wsrep.wsrep_off merge fix
11.8+ has a different message attempting to repair performance schema tables.
1 parent ee91e35 commit ad07728

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mysql-test/suite/wsrep/r/wsrep_off.result

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ SET GLOBAL wsrep_on=ON;
22
ERROR HY000: Galera replication not supported
33
REPAIR TABLE performance_schema.setup_objects;
44
Table Op Msg_type Msg_text
5-
performance_schema.setup_objects repair note The storage engine for the table doesn't support repair
5+
performance_schema.setup_objects repair Error Storage engine PERFORMANCE_SCHEMA of the table `performance_schema`.`setup_objects` doesn't have this option
6+
performance_schema.setup_objects repair status Table is already up to date
67
SET GLOBAL wsrep_on=OFF;

0 commit comments

Comments
 (0)