~ubuntu-branches/ubuntu/maverick/mysql-5.1/maverick-proposed

« back to all changes in this revision

Viewing changes to mysql-test/include/rpl_start_slaves.inc

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-22 14:16:05 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: package-import@ubuntu.com-20120222141605-nxlu9yzc6attylc2
Tags: upstream-5.1.61
ImportĀ upstreamĀ versionĀ 5.1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# ==== Purpose ====
 
2
#
 
3
# Start all slaves configured by rpl_init.inc and wait for the slave
 
4
# threads to start.
 
5
#
 
6
# Note that rpl_init.inc calls this file automatically, so you only
 
7
# need to source this file if the slaves have stopped after that.
 
8
#
 
9
#
 
10
# ==== Usage ====
 
11
#
 
12
# [--let $rpl_debug= 1]
 
13
# [--let $slave_timeout= NUMBER]
 
14
# --source include/rpl_start_slaves.inc
 
15
#
 
16
# Parameters:
 
17
#   $rpl_debug
 
18
#     See include/rpl_init.inc
 
19
#
 
20
#   $slave_timeout
 
21
#     Set the timeout when waiting for slave threads to stop and
 
22
#     start, respectively.  See include/wait_for_slave_param.inc
 
23
 
 
24
 
 
25
--let $include_filename= rpl_start_slaves.inc
 
26
--source include/begin_include_file.inc
 
27
 
 
28
--let $rpl_source_file= include/start_slave.inc
 
29
--source include/rpl_for_each_slave.inc
 
30
 
 
31
--let $include_filename= rpl_start_slaves.inc
 
32
--source include/end_include_file.inc