diff options
author | mleich@mysql.com <> | 2005-12-05 17:57:48 +0100 |
---|---|---|
committer | mleich@mysql.com <> | 2005-12-05 17:57:48 +0100 |
commit | 2fd30b61d52bdb3bdcc967b3e651d99f5826c666 (patch) | |
tree | 409bdaa0f18a288cb68048e32230608510ff21fc /mysql-test/t/rpl_until.test | |
parent | 17cab43fcfa79999dc1fddae537a09c3abb21412 (diff) | |
download | mariadb-git-2fd30b61d52bdb3bdcc967b3e651d99f5826c666.tar.gz |
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
Diffstat (limited to 'mysql-test/t/rpl_until.test')
-rw-r--r-- | mysql-test/t/rpl_until.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/rpl_until.test b/mysql-test/t/rpl_until.test index 5bc7a040b1b..708f44a1ab6 100644 --- a/mysql-test/t/rpl_until.test +++ b/mysql-test/t/rpl_until.test @@ -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 |