1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Fix for Bug#12429: Replication tests fail: "Slave_IO_Running" (?) differs

Solution according to the comments made by Guilhem
- rpl_relayrotate  Remove the SHOW SLAVE STATUS  It is not needed.
- rpl_until, rpl_deadlock Omit the printing of the "Slave_IO_Running" value
This commit is contained in:
mleich@mysql.com
2005-12-05 17:57:48 +01:00
parent 17cab43fcf
commit 2fd30b61d5
7 changed files with 4 additions and 13 deletions

View File

@ -49,7 +49,7 @@ sleep 2;
wait_for_slave_to_stop;
select * from t2;
--replace_result $MASTER_MYPORT MASTER_MYPORT
--replace_column 1 # 9 # 23 # 33 #
--replace_column 1 # 9 # 11 # 23 # 33 #
show slave status;
# clean up