diff options
author | Luis Soares <luis.soares@oracle.com> | 2012-03-12 23:21:03 +0000 |
---|---|---|
committer | Luis Soares <luis.soares@oracle.com> | 2012-03-12 23:21:03 +0000 |
commit | 66a306e6e28a18feb0b47a8b0db2a7191594abf2 (patch) | |
tree | 1f4cf74086bdf631774cd4ca935baa7c1868a477 /mysql-test | |
parent | 9794750125e3821eb051a17331397cef7d0e8094 (diff) | |
download | mariadb-git-66a306e6e28a18feb0b47a8b0db2a7191594abf2.tar.gz |
BUG#12400313
Fixing waiting condition. "enter_cond" text changed in 5.5+ (when the SQL thread
is waiting for more events).
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/suite/rpl/t/rpl_stm_relay_ign_space.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/rpl/t/rpl_stm_relay_ign_space.test b/mysql-test/suite/rpl/t/rpl_stm_relay_ign_space.test index 2b10da00f76..861c2deaa17 100644 --- a/mysql-test/suite/rpl/t/rpl_stm_relay_ign_space.test +++ b/mysql-test/suite/rpl/t/rpl_stm_relay_ign_space.test @@ -35,7 +35,7 @@ INSERT INTO t1 VALUES ('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx # wait for the SQL thread to sleep --let $show_statement= SHOW PROCESSLIST --let $field= State ---let $condition= = 'Has read all relay log; waiting for the slave I/O thread to update it' +--let $condition= = 'Slave has read all relay log; waiting for the slave I/O thread to update it' --source include/wait_show_condition.inc # now the io thread has set rli->ignore_space_limit |