MOON
Server: Apache/2.2.31 (Unix) mod_ssl/2.2.31 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4
System: Linux csr818.wilogic.com 2.6.18-419.el5xen #1 SMP Fri Feb 24 22:50:37 UTC 2017 x86_64
User: digitals (531)
PHP: 5.4.45
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="+d,$io_thd_injection_fault_flag"

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

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

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