diff options
author | serg@serg.mysql.com <> | 2002-10-14 11:36:48 +0000 |
---|---|---|
committer | serg@serg.mysql.com <> | 2002-10-14 11:36:48 +0000 |
commit | fcb8bc061d4f6d139512670caf92c4648216b686 (patch) | |
tree | 50e53348aa9b2bb4539eb9061d6dbaf5b3bb646f /mysql-test/t/rpl_log_pos.test | |
parent | 7ba2242803837b411394b154e476dc577f957718 (diff) | |
parent | fd8e2337f51e41aed080e50972f407b82a517049 (diff) | |
download | mariadb-git-fcb8bc061d4f6d139512670caf92c4648216b686.tar.gz |
merged
Diffstat (limited to 'mysql-test/t/rpl_log_pos.test')
-rw-r--r-- | mysql-test/t/rpl_log_pos.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/rpl_log_pos.test b/mysql-test/t/rpl_log_pos.test index f585fa233c5..b96d32c7fca 100644 --- a/mysql-test/t/rpl_log_pos.test +++ b/mysql-test/t/rpl_log_pos.test @@ -23,6 +23,7 @@ change master to master_log_pos=173; --replace_result 3306 MASTER_PORT 9306 MASTER_PORT 3334 MASTER_PORT 3336 MASTER_PORT slave start; sleep 2; +--replace_result 3306 MASTER_PORT 9306 MASTER_PORT 3334 MASTER_PORT 3336 MASTER_PORT show slave status; connection master; show master status; |