Replication and Binary Logging Options and Variables
1466
The name of the directory where the slave creates temporary files for replicating
LOAD DATA
INFILE
statements.
•
slave_net_timeout
[1466]
Command-Line Format
--slave-net-timeout=#
Option-File Format
slave-net-timeout
Option Sets Variable
Yes,
slave_net_timeout
[1466]
Variable Name
slave_net_timeout
Variable Scope
Global
Dynamic Variable
Yes
Permitted Values
Type
numeric
Default
3600
Min
Value
1
The number of seconds to wait for more data from a master/slave connection before aborting the
read. This timeout applies only to TCP/IP connections, not to connections made using Unix socket
files, named pipes, or shared memory.
•
slave_skip_errors
[1466]
Command-Line Format
--slave-skip-errors=name
Option-File Format
slave-skip-errors
Option Sets Variable
Yes,
slave_skip_errors
[1466]
Variable Name
slave_skip_errors
Variable Scope
Global
Dynamic Variable
No
Permitted Values
Type
string
Default
OFF
Valid
Values
[list of error codes]
all
Normally, replication stops when an error occurs on the slave. This gives you the opportunity to
resolve the inconsistency in the data manually. This variable tells the slave SQL thread to continue
replication when a statement returns any of the errors listed in the variable value.
•
slave_transaction_retries
[1466]
Version Introduced
5.0.3
Command-Line Format
--slave_transaction_retries=#
Option-File Format
slave_transaction_retries
Option Sets Variable
Yes,
slave_transaction_retries
[1466]
Variable Name
slave_transaction_retries
Variable Scope
Global
Dynamic Variable
Yes
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 ...