summaryrefslogtreecommitdiff
path: root/mysql-test/t
diff options
context:
space:
mode:
authorunknown <monty@mashka.mysql.fi>2002-09-23 16:34:49 +0300
committerunknown <monty@mashka.mysql.fi>2002-09-23 16:34:49 +0300
commit4c3d8743452388ab9e4a2d1db0cc43a341c0550a (patch)
tree275ad05b0019ca9d251ad84536f530b4d31f7c32 /mysql-test/t
parenta4732af939c83cc6188e52e4e94085477c90ab12 (diff)
downloadmariadb-git-4c3d8743452388ab9e4a2d1db0cc43a341c0550a.tar.gz
Made mysql-test results independent of MASTER_PORT and SLAVE_PORT
mysql-test/r/rpl_flush_log_loop.result: Made results independent of MASTER_PORT and SLAVE_PORT mysql-test/t/rpl_flush_log_loop.test: Made results independent of MASTER_PORT and SLAVE_PORT
Diffstat (limited to 'mysql-test/t')
-rw-r--r--mysql-test/t/rpl_flush_log_loop.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/t/rpl_flush_log_loop.test b/mysql-test/t/rpl_flush_log_loop.test
index 2b559180a42..c68fbb7111a 100644
--- a/mysql-test/t/rpl_flush_log_loop.test
+++ b/mysql-test/t/rpl_flush_log_loop.test
@@ -4,14 +4,17 @@
source include/master-slave.inc
connection slave;
+--replace_result $MASTER_MYPORT MASTER_PORT
eval change master to master_host='127.0.0.1',master_user='root',
master_password='',master_port=$MASTER_MYPORT;
slave start;
connection master;
slave stop;
+--replace_result $SLAVE_MYPORT SLAVE_PORT
eval change master to master_host='127.0.0.1',master_user='root',
master_password='',master_port=$SLAVE_MYPORT;
slave start;
flush logs;
sleep 5;
+--replace_result $SLAVE_MYPORT SLAVE_PORT
show slave status;