summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/r/rpl_bug33931.result
blob: d27308db1d573e8343dda4b815099b2cdfc8e5e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
include/master-slave.inc
[connection master]
call mtr.add_suppression("Failed during slave I/O thread initialization");
include/stop_slave.inc
reset slave;
SET GLOBAL debug="d,simulate_io_slave_error_on_init,simulate_sql_slave_error_on_init";
start slave;
include/wait_for_slave_sql_error.inc [errno=1593]
Last_SQL_Error = 'Failed during slave thread initialization'
SET GLOBAL debug="";
RESET SLAVE;
include/rpl_end.inc