summaryrefslogtreecommitdiff
path: root/mysql-test/t/rpl_ssl.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/rpl_ssl.test')
-rw-r--r--mysql-test/t/rpl_ssl.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/rpl_ssl.test b/mysql-test/t/rpl_ssl.test
index dd03d5533b0..a0317028557 100644
--- a/mysql-test/t/rpl_ssl.test
+++ b/mysql-test/t/rpl_ssl.test
@@ -58,6 +58,7 @@ connection master;
# the sync has something to do
insert into t1 values (NULL);
sync_slave_with_master;
+--source include/wait_for_slave_to_start.inc
--replace_result $MYSQL_TEST_DIR MYSQL_TEST_DIR $MASTER_MYPORT MASTER_MYPORT
--replace_column 1 # 7 # 8 # 9 # 22 # 23 # 33 #
query_vertical show slave status;
@@ -67,3 +68,4 @@ drop user replssl@localhost;
drop table t1;
sync_slave_with_master;
+--echo End of 5.0 tests