Replication and Binary Logging Options and Variables
1464
System variables used on replication slaves.
The following list describes system variables
for controlling replication slave servers. They can be set at server startup and some of them can be
changed at runtime using
SET
. Server options used with replication slaves are listed earlier in this
section.
•
init_slave
[1464]
Command-Line Format
--init-slave=name
Option-File Format
init_slave
Option Sets Variable
Yes,
init_slave
[1464]
Variable Name
init_slave
Variable Scope
Global
Dynamic Variable
Yes
Permitted Values
Type
string
This variable is similar to
init_connect
[456]
, but is a string to be executed by a slave server each
time the SQL thread starts. The format of the string is the same as for the
init_connect
[456]
variable.
Note
The SQL thread sends an acknowledgment to the client before it
executes
init_slave
[1464]
. Therefore, it is not guaranteed that
init_slave
[1464]
has been executed when
START SLAVE
returns. See
Section 13.4.2.7, “
START SLAVE
Syntax”
, for more information.
•
relay_log
[1464]
Command-Line Format
--relay-log=name
Option-File Format
relay-log
Option Sets Variable
Yes,
relay_log
[1464]
Variable Name
relay-log
Variable Scope
Global
Dynamic Variable
No
Permitted Values
Type
file name
The name of the relay log file.
•
relay_log_index
[1464]
Command-Line Format
--relay-log-index
Option-File Format
relay_log_index
Option Sets Variable
Yes,
relay_log_index
[1464]
Variable Name
relay_log_index
Variable Scope
Global
Dynamic Variable
No
Permitted Values
Type
string
Summary of Contents for 5.0
Page 1: ...MySQL 5 0 Reference Manual ...
Page 18: ...xviii ...
Page 60: ...40 ...
Page 396: ...376 ...
Page 578: ...558 ...
Page 636: ...616 ...
Page 844: ...824 ...
Page 1234: ...1214 ...
Page 1427: ...MySQL Proxy Scripting 1407 ...
Page 1734: ...1714 ...
Page 1752: ...1732 ...
Page 1783: ...Configuring Connector ODBC 1763 ...
Page 1793: ...Connector ODBC Examples 1773 ...
Page 1839: ...Connector Net Installation 1819 2 You must choose the type of installation to perform ...
Page 2850: ...2830 ...
Page 2854: ...2834 ...
Page 2928: ...2908 ...
Page 3000: ...2980 ...
Page 3122: ...3102 ...
Page 3126: ...3106 ...
Page 3174: ...3154 ...
Page 3232: ...3212 ...