summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/r/rpl_start_stop_slave.result
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2015-11-24 20:04:12 +0200
committerMonty <monty@mariadb.org>2015-11-24 20:04:12 +0200
commitf813a0002922949a23c75affbee530076f4aa1bb (patch)
tree9575212477e26c8f1a4c6957ebe9ec6ff515cd79 /mysql-test/suite/rpl/r/rpl_start_stop_slave.result
parentb30a768e7bcaf926cfacc4b617338184e8d72fe3 (diff)
downloadmariadb-git-f813a0002922949a23c75affbee530076f4aa1bb.tar.gz
Fixed failing test cases and compiler warnings found by buildbot
- Added some extra command to rpl_start_stop to ensure that the IO thread has connected to the master before we shut down the server. - if signal returns signalhandler_t, use this with the alarm code - Added missing tests to sys_vars - Fixed some possible overflow bugs in tabxml.cpp
Diffstat (limited to 'mysql-test/suite/rpl/r/rpl_start_stop_slave.result')
-rw-r--r--mysql-test/suite/rpl/r/rpl_start_stop_slave.result2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/suite/rpl/r/rpl_start_stop_slave.result b/mysql-test/suite/rpl/r/rpl_start_stop_slave.result
index 7344acec4ec..b6cbdc9686b 100644
--- a/mysql-test/suite/rpl/r/rpl_start_stop_slave.result
+++ b/mysql-test/suite/rpl/r/rpl_start_stop_slave.result
@@ -8,4 +8,6 @@ set @time_after_kill := (select CURRENT_TIMESTAMP);
[Time after the query]
[Killing of the slave IO thread was successful]
START SLAVE IO_THREAD;
+create table t1 (a int primary key);
+drop table t1;
include/rpl_end.inc