mariadb/mysql-test/extra
Luis Soares 0fdebc8c49 BUG#44270: Post-push fix
The test case added failed sporadically on PB. This is due to the
fact that the user thread in some cases is waiting for slave IO
to stop and then check the error number. Thence, sometimes the
user thread would race for the error number with IO thread.

This post push fix addresses this by replacing the wait for slave
io to stop with a wait for slave io error (as it seems it was
added in 6.0 also after patch on which this is based was
pushed). This implied backporting wait_for_slave_io_error.inc
from 6.0 also.
2009-06-26 12:05:56 +01:00
..
binlog_tests Manual merge. 2009-03-25 23:41:16 +04:00
rpl_tests BUG#44270: Post-push fix 2009-06-26 12:05:56 +01:00