Current Path : /usr/opt/mysql57/mysql-test/include/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/opt/mysql57/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