mirror of
https://github.com/MariaDB/server.git
synced 2025-01-26 00:34:18 +01:00
11 lines
312 B
Text
11 lines
312 B
Text
connection node_2;
|
|
connection node_1;
|
|
SET SESSION wsrep_sync_wait = 0;
|
|
SET SESSION wsrep_on = OFF;
|
|
connection node_2;
|
|
connection node_1;
|
|
SET SESSION wsrep_on = ON;
|
|
connection node_1;
|
|
CALL mtr.add_suppression("Failed to set packet size");
|
|
connection node_2;
|
|
CALL mtr.add_suppression("Failed to set packet size");
|