mirror of
https://github.com/MariaDB/server.git
synced 2025-11-30 05:23:50 +03:00
13 lines
353 B
Plaintext
13 lines
353 B
Plaintext
connection node_2;
|
|
connection node_1;
|
|
call mtr.add_suppression("WSREP: It may not be safe to bootstrap the cluster from this node.*");
|
|
call mtr.add_suppression("Aborting");
|
|
connection node_2;
|
|
SET SESSION wsrep_sync_wait = 0;
|
|
Killing server ...
|
|
connection node_1;
|
|
SET SESSION wsrep_sync_wait = 0;
|
|
Killing server ...
|
|
connection node_1;
|
|
connection node_2;
|