mariadb/mysql-test/suite/galera/r/galera#505.result
Brave Galera Crew 36a2a185fe Galera4
2019-01-23 15:30:00 +04:00

10 lines
337 B
Text

connection node_2;
connection node_1;
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';