#At file:///home/ksm/sun/repo/bug22442/mysql-5.0-bugteam/
2712 Serge Kozlov 2008-10-26
Bug#22442, removed number of port
modified:
mysql-test/r/rpl_flush_log_loop.result
mysql-test/t/rpl_flush_log_loop.test
=== modified file 'mysql-test/r/rpl_flush_log_loop.result'
--- a/mysql-test/r/rpl_flush_log_loop.result 2008-10-26 18:53:21 +0000
+++ b/mysql-test/r/rpl_flush_log_loop.result 2008-10-26 19:34:24 +0000
@@ -23,7 +23,7 @@ show slave status;
Slave_IO_State #
Master_Host 127.0.0.1
Master_User root
-Master_Port 9306
+Master_Port MASTER_PORT
Connect_Retry 1
Master_Log_File master-bin.000001
Read_Master_Log_Pos 98
=== modified file 'mysql-test/t/rpl_flush_log_loop.test'
--- a/mysql-test/t/rpl_flush_log_loop.test 2008-10-26 18:53:21 +0000
+++ b/mysql-test/t/rpl_flush_log_loop.test 2008-10-26 19:34:24 +0000
@@ -31,7 +31,7 @@ flush logs;
let $slave_param= Relay_Log_File;
let $slave_param_value= $relay_file;
source include/wait_for_slave_param.inc;
---replace_result $SLAVE_MYPORT SLAVE_PORT
+--replace_result $SLAVE_MYPORT SLAVE_PORT $MASTER_MYPORT MASTER_PORT
--replace_column 1 # 8 # 9 # 16 # 23 # 33 # 34 # 35 #
--query_vertical show slave status
| Thread |
|---|
| • bzr commit into mysql-5.0-bugteam branch (skozlov:2712) Bug#22442 | Serge Kozlov | 26 Oct |