summaryrefslogtreecommitdiff
path: root/mysql-test/suite/wsrep/r
diff options
context:
space:
mode:
authorJan Lindström <jplindst@mariadb.org>2014-08-29 09:42:13 +0300
committerJan Lindström <jplindst@mariadb.org>2014-08-29 09:42:13 +0300
commitf99f573dc79b5d976e331fecbb83935c21e81ee5 (patch)
tree88da81fbca17837647c5246eb7f555b5cc43a144 /mysql-test/suite/wsrep/r
parent4fb45aa219d53cd2f047c9c6a9fc1758ba4a359f (diff)
downloadmariadb-git-f99f573dc79b5d976e331fecbb83935c21e81ee5.tar.gz
MDEV-6656: Test wsrep.variables hangsmariadb-galera-10.0.13
Analysis: wsrep_applier_thread shutdown signaling does not always work correctly causing a timing problem where main thread is waiting in a condition variable a signal that all worker threads to end.
Diffstat (limited to 'mysql-test/suite/wsrep/r')
-rw-r--r--mysql-test/suite/wsrep/r/variables.result3
1 files changed, 0 insertions, 3 deletions
diff --git a/mysql-test/suite/wsrep/r/variables.result b/mysql-test/suite/wsrep/r/variables.result
index bd762f916bc..438e4730f57 100644
--- a/mysql-test/suite/wsrep/r/variables.result
+++ b/mysql-test/suite/wsrep/r/variables.result
@@ -195,9 +195,6 @@ SET GLOBAL wsrep_slave_threads= 10;
SHOW STATUS LIKE 'threads_connected';
Variable_name Value
Threads_connected 1
-SHOW STATUS LIKE 'wsrep_thread_count';
-Variable_name Value
-wsrep_thread_count 11
SET GLOBAL wsrep_slave_threads= @wsrep_slave_threads_saved;
SET GLOBAL wsrep_provider= none;
SET GLOBAL wsrep_cluster_address= '';