mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
1efdd5a572
(and to follow the naming conventons). keep old debug variable, but mark it as deprecated.
13 lines
520 B
Text
13 lines
520 B
Text
include/master-slave.inc
|
|
[connection master]
|
|
call mtr.add_suppression("Failed during slave I/O thread initialization");
|
|
call mtr.add_suppression("Slave SQL.*Failed during slave thread initialization.* 1593");
|
|
include/stop_slave.inc
|
|
reset slave;
|
|
SET GLOBAL debug_dbug="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_dbug="";
|
|
RESET SLAVE;
|
|
include/rpl_end.inc
|