mariadb/mysql-test/suite/wsrep/r/wsrep_off.result
Sergei Golubchik 6e8dbb9693 Merge branch '12.0' into 12.1
wsrep.wsrep_off: update the result file after c4cad8d50c
2025-08-03 15:01:09 +02:00

7 lines
399 B
Text

SET GLOBAL wsrep_on=ON;
ERROR HY000: Galera replication not supported
REPAIR TABLE performance_schema.setup_objects;
Table Op Msg_type Msg_text
performance_schema.setup_objects repair Error Storage engine PERFORMANCE_SCHEMA of the table `performance_schema`.`setup_objects` doesn't have this option
performance_schema.setup_objects repair status Table is already up to date
SET GLOBAL wsrep_on=OFF;