mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
Bug#22442, removed number of port
This commit is contained in:
parent
1108ba23e0
commit
eafe728fc5
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue