mirror of
https://github.com/MariaDB/server.git
synced 2025-02-09 23:24:11 +01:00
6 lines
153 B
Text
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;
|