3 # Issues START SLAVE on the current connection. Then waits until both
4 # the IO and SQL threads have started, or until a timeout is reached.
6 # Please use this instead of 'START SLAVE', to reduce the risk of test
12 # [--let $slave_timeout= NUMBER]
13 # [--let $rpl_debug= 1]
14 # --source include/start_slave.inc
18 # See include/wait_for_slave_param.inc
21 # See include/rpl_init.inc
24 --let $include_filename= start_slave.inc
25 --source include/begin_include_file.inc
35 source include/wait_for_slave_to_start.inc;
38 --let $include_filename= start_slave.inc
39 --source include/end_include_file.inc