diff options
author | ingo@mysql.com <> | 2004-05-10 12:15:40 +0200 |
---|---|---|
committer | ingo@mysql.com <> | 2004-05-10 12:15:40 +0200 |
commit | 309c7412f6a7b2c84a576a0d49695a6b8b0b9b30 (patch) | |
tree | 93b90b4e2be2833e7b1780f328c88318819a6f58 /mysql-test/t/rpl_log.test | |
parent | 19156a3ac7c75ca1badefeca2a2883878c567390 (diff) | |
download | mariadb-git-309c7412f6a7b2c84a576a0d49695a6b8b0b9b30.tar.gz |
Fix replace_result of $MASTER_MYPORT instead of literal numbers.
Diffstat (limited to 'mysql-test/t/rpl_log.test')
-rw-r--r-- | mysql-test/t/rpl_log.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mysql-test/t/rpl_log.test b/mysql-test/t/rpl_log.test index e01b3e4e09c..df2b9ecd0cb 100644 --- a/mysql-test/t/rpl_log.test +++ b/mysql-test/t/rpl_log.test @@ -79,11 +79,11 @@ connection slave; slave start; sync_with_master; show master logs; ---replace_result 3306 MASTER_PORT 9306 MASTER_PORT 3334 MASTER_PORT 3336 MASTER_PORT $VERSION VERSION +--replace_result $MASTER_MYPORT MASTER_PORT $VERSION VERSION show binlog events in 'slave-bin.001' from 4; ---replace_result 3306 MASTER_PORT 9306 MASTER_PORT 3334 MASTER_PORT 3336 MASTER_PORT $VERSION VERSION +--replace_result $MASTER_MYPORT MASTER_PORT $VERSION VERSION show binlog events in 'slave-bin.002' from 4; ---replace_result 3306 MASTER_PORT 9306 MASTER_PORT 3334 MASTER_PORT 3336 MASTER_PORT +--replace_result $MASTER_MYPORT MASTER_PORT show slave status; # Need to recode the following |