Browse Source

BUG#12400313

Fixing waiting condition. "enter_cond" text changed in 5.5+ (when the SQL thread
is waiting for more events).
pull/73/head
Luis Soares 14 years ago
parent
commit
03ffa2e57f
  1. 2
      mysql-test/suite/rpl/t/rpl_stm_relay_ign_space.test

2
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

Loading…
Cancel
Save