3 # Issues STOP SLAVE IO_THREAD on the current connection. Then waits
4 # until the IO thread has stopped, or until a timeout is reached.
6 # This will fail if the slave IO thread has an error. If you expect an
7 # error in the IO thread, use include/wait_for_slave_io_error.inc
10 # Please use this instead of 'STOP SLAVE IO_THREAD', to reduce the
11 # risk of races in test cases.
16 # [--let $slave_timeout= NUMBER]
17 # [--let $rpl_debug= 1]
18 # --source include/stop_slave_io.inc
22 # See include/wait_for_slave_param.inc
25 # See include/rpl_init.inc
28 --let $include_filename= stop_slave_io.inc
29 --source include/begin_include_file.inc
39 --source include/wait_for_slave_io_to_stop.inc
42 --let $include_filename= stop_slave_io.inc
43 --source include/end_include_file.inc