summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/r/rpl_bug33931.result
blob: 292922a1afd616561a61cbb9f979fecc52904118 (plain)
1
2
3
4
5
6
7
8
reset master;
call mtr.add_suppression("Failed during slave I/O thread initialization");
stop slave;
reset slave;
SET GLOBAL debug="d,simulate_io_slave_error_on_init,simulate_sql_slave_error_on_init";
start slave;
Last_SQL_Error = Failed during slave thread initialization
SET GLOBAL debug="";