mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
11 lines
328 B
Text
11 lines
328 B
Text
connection node_2;
|
|
connection node_1;
|
|
connection node_1;
|
|
connection node_2;
|
|
connection node_1;
|
|
SET GLOBAL wsrep_provider_options = 'pc.weight=2';
|
|
connection node_2;
|
|
SET GLOBAL wsrep_provider_options = 'gmcast.isolate = 1';
|
|
SET SESSION wsrep_sync_wait = 0;
|
|
connection node_1;
|
|
SET GLOBAL wsrep_provider_options = 'pc.weight = 1';
|