mirror of
https://github.com/MariaDB/server.git
synced 2025-09-11 05:52:26 +03:00
Do not show exact value as it depends order of test execution. Instead use # for correct values and ERROR for incorrect.
11 lines
248 B
Plaintext
11 lines
248 B
Plaintext
connection node_2;
|
|
connection node_1;
|
|
connection node_1;
|
|
show status like 'wsrep_cluster_conf_id';
|
|
Variable_name Value
|
|
wsrep_cluster_conf_id #
|
|
connection node_2;
|
|
show status like 'wsrep_cluster_conf_id';
|
|
Variable_name Value
|
|
wsrep_cluster_conf_id #
|