mirror of
https://github.com/MariaDB/server.git
synced 2025-10-12 12:25:37 +03:00
9 lines
299 B
Plaintext
9 lines
299 B
Plaintext
connection node_1;
|
|
SET SESSION wsrep_sync_wait=0;
|
|
SET SESSION wsrep_sync_wait=DEFAULT;
|
|
SET GLOBAL wsrep_provider_options = 'pc.weight=3';
|
|
SHOW GLOBAL VARIABLES LIKE 'wsrep_provider_options';
|
|
Variable_name Value
|
|
wsrep_provider_options pc.weight = 3
|
|
SET GLOBAL wsrep_provider_options = 'pc.weight=1';
|