1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +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

@@ -56,9 +56,6 @@ start slave;
# (the only statement with position>=3000 is COMMIT).
select master_pos_wait('master-bin.001',3000)>=0;
select max(a) from t1;
--replace_column 1 # 8 # 9 # 23 # 33 #
--replace_result $MASTER_MYPORT MASTER_MYPORT
show slave status;
connection master;
# The following DROP is a very important cleaning task: