diff options
Diffstat (limited to 'mysql-test/suite/wsrep/r/variables.result')
-rw-r--r-- | mysql-test/suite/wsrep/r/variables.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/suite/wsrep/r/variables.result b/mysql-test/suite/wsrep/r/variables.result index 62d7f62440f..30b97e02af3 100644 --- a/mysql-test/suite/wsrep/r/variables.result +++ b/mysql-test/suite/wsrep/r/variables.result @@ -160,7 +160,7 @@ SELECT @@global.wsrep_slave_threads; 1 SELECT @@global.wsrep_cluster_address; @@global.wsrep_cluster_address -NULL + SHOW STATUS LIKE 'threads_connected'; Variable_name Value Threads_connected 1 @@ -173,7 +173,7 @@ SELECT @@global.wsrep_provider; libgalera_smm.so SELECT @@global.wsrep_cluster_address; @@global.wsrep_cluster_address -NULL + SHOW STATUS LIKE 'threads_connected'; Variable_name Value Threads_connected 1 |