summaryrefslogtreecommitdiff
path: root/mysql-test/t
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t')
-rw-r--r--mysql-test/t/rpl_log.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/t/rpl_log.test b/mysql-test/t/rpl_log.test
index 0cfc1f58cac..9ac6e7ab6b8 100644
--- a/mysql-test/t/rpl_log.test
+++ b/mysql-test/t/rpl_log.test
@@ -1,4 +1,5 @@
source include/master-slave.inc;
+eval_result; #result depends on some server specific params
#clean up slave binlogs
connection slave;
@@ -28,10 +29,10 @@ show binlog events in 'master-bin.002';
show master logs;
save_master_pos;
connection slave;
+let $VERSION=`select version()`;
slave start;
sync_with_master;
show master logs;
show binlog events in 'slave-bin.001' from 4;
show binlog events in 'slave-bin.002' from 4;
---replace_result 9306 9999 3334 9999 3335 9999
show slave status;