mariadb/mysql-test/suite/galera/r/MDEV-25562.result
2021-05-26 11:54:29 +03:00

6 lines
153 B
Text

connection node_2;
connection node_1;
SET SESSION WSREP_ON=0;
FLUSH TABLES WITH READ LOCK AND DISABLE CHECKPOINT;
SET SESSION WSREP_ON=1;
UNLOCK TABLES;