summaryrefslogtreecommitdiff
path: root/mysql-test/suite/wsrep/r/variables.result
diff options
context:
space:
mode:
authorJan Lindström <jan.lindstrom@mariadb.com>2020-01-02 08:06:23 +0200
committerJan Lindström <jan.lindstrom@mariadb.com>2020-01-07 08:57:30 +0200
commit5824e9f8df35e24bada99ea1409301f9e166421f (patch)
tree578a212132ac1ac4a854af0290322abbe56cb853 /mysql-test/suite/wsrep/r/variables.result
parente99ba4ba514e57456929d2b1dd12159a6fa22c92 (diff)
downloadmariadb-git-5824e9f8df35e24bada99ea1409301f9e166421f.tar.gz
MDEV-13569: wsrep_info.plugin failed in buildbot with "no nodes coming from prim view
Modify configuration so that all nodes are part of galera cluster i.e. wsrep_on=ON. Add missing wait conditions. test changes only.
Diffstat (limited to 'mysql-test/suite/wsrep/r/variables.result')
-rw-r--r--mysql-test/suite/wsrep/r/variables.result9
1 files changed, 9 insertions, 0 deletions
diff --git a/mysql-test/suite/wsrep/r/variables.result b/mysql-test/suite/wsrep/r/variables.result
index 99e30788488..3abc861f3d0 100644
--- a/mysql-test/suite/wsrep/r/variables.result
+++ b/mysql-test/suite/wsrep/r/variables.result
@@ -111,6 +111,9 @@ SELECT @@global.wsrep_slave_threads;
SELECT @@global.wsrep_cluster_address;
@@global.wsrep_cluster_address
+SELECT @@global.wsrep_on;
+@@global.wsrep_on
+1
SHOW STATUS LIKE 'threads_connected';
Variable_name Value
Threads_connected 1
@@ -124,6 +127,9 @@ libgalera_smm.so
SELECT @@global.wsrep_cluster_address;
@@global.wsrep_cluster_address
+SELECT @@global.wsrep_on;
+@@global.wsrep_on
+1
SHOW STATUS LIKE 'threads_connected';
Variable_name Value
Threads_connected 1
@@ -150,6 +156,9 @@ libgalera_smm.so
SELECT @@global.wsrep_cluster_address;
@@global.wsrep_cluster_address
gcomm://
+SELECT @@global.wsrep_on;
+@@global.wsrep_on
+1
SHOW STATUS LIKE 'threads_connected';
Variable_name Value
Threads_connected 1