1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Merge 10.4 into 10.5

This commit is contained in:
Marko Mäkelä
2020-05-04 18:43:00 +03:00
15 changed files with 181 additions and 44 deletions

View File

@@ -0,0 +1,10 @@
connection node_2;
connection node_1;
connection node_1;
show status like 'wsrep_cluster_conf_id';
Variable_name Value
wsrep_cluster_conf_id 2
connection node_2;
show status like 'wsrep_cluster_conf_id';
Variable_name Value
wsrep_cluster_conf_id 2

View File

@@ -0,0 +1,7 @@
--source include/galera_cluster.inc
--connection node_1
show status like 'wsrep_cluster_conf_id';
--connection node_2
show status like 'wsrep_cluster_conf_id';