summaryrefslogtreecommitdiffstats
path: root/mysql-test/include/wsrep_wait_disconnect.inc
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/include/wsrep_wait_disconnect.inc')
-rw-r--r--mysql-test/include/wsrep_wait_disconnect.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/include/wsrep_wait_disconnect.inc b/mysql-test/include/wsrep_wait_disconnect.inc
new file mode 100644
index 00000000..504e8069
--- /dev/null
+++ b/mysql-test/include/wsrep_wait_disconnect.inc
@@ -0,0 +1,2 @@
+let $wait_condition = SELECT 1 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_ready' AND VARIABLE_VALUE = 'OFF';
+--source include/wsrep_wait_condition.inc