MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
rpl_stop_slaves.inc
1 # ==== Purpose ====
2 #
3 # Stop all slaves configured by rpl_init.inc and waits for the slave
4 # threads to stop.
5 #
6 #
7 # ==== Usage ====
8 #
9 # [--let $rpl_only_running_threads= 1]
10 # [--let $rpl_debug= 1]
11 # [--let $rpl_timeout= NUMBER]
12 # --source include/rpl_stop_slaves.inc
13 #
14 # Parameters:
15 # $rpl_only_running_threads
16 # See include/stop_slave.inc
17 #
18 # $slave_timeout
19 # Set the timeout when waiting for slave threads to stop. See
20 # include/wait_for_slave_param.inc
21 #
22 # $rpl_debug
23 # See include/rpl_init.inc
24 
25 
26 --let $include_filename= rpl_stop_slaves.inc
27 --source include/begin_include_file.inc
28 
29 --let $rpl_source_file= include/stop_slave.inc
30 --source include/rpl_for_each_slave.inc
31 
32 --let $include_filename= rpl_stop_slaves.inc
33 --source include/end_include_file.inc