HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.2.34
System: Linux atalantini.com 3.10.0-1127.13.1.el7.x86_64 #1 SMP Tue Jun 23 15:46:38 UTC 2020 x86_64
User: root (0)
PHP: 7.2.34
Disabled: NONE
Upload Files
File: //usr/share/mysql-test/include/io_thd_fault_injection.inc
#
#  Takes the flag as an argument:
#  -- let $io_thd_injection_fault_flag=+d,fault_injection_new_file_rotate_event
#  -- source include/io_thd_fault_injection.inc
#

SET @old_debug=@@global.debug;
-- disable_warnings
-- source include/stop_slave.inc 
-- enable_warnings
-- eval SET GLOBAL debug_dbug="+d,$io_thd_injection_fault_flag"

START SLAVE io_thread;
-- source include/wait_for_slave_io_error.inc

-- eval SET GLOBAL debug_dbug="-d,$io_thd_injection_fault_flag"
SET GLOBAL debug_dbug=@old_debug;

# restart because slave is in bad shape
--let $rpl_server_number= 2
--source include/rpl_restart_server.inc