Oracle 5.0 Reference Manual page 1486

Table of Contents

Advertisement

Replication and Binary Logging Options and Variables
The name of the directory where the slave creates temporary files for replicating
statements.
INFILE
slave_net_timeout
Command-Line Format
Option-File Format
Option Sets Variable
Variable Name
Variable Scope
Dynamic Variable
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
Command-Line Format
Option-File Format
Option Sets Variable
Variable Name
Variable Scope
Dynamic Variable
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
Version Introduced
Command-Line Format
Option-File Format
Option Sets Variable
Variable Name
Variable Scope
Dynamic Variable
[1466]
--slave-net-timeout=#
slave-net-timeout
Yes,
slave_net_timeout
slave_net_timeout
Global
Yes
Permitted Values
Type
numeric
Default
3600
Min
1
Value
[1466]
--slave-skip-errors=name
slave-skip-errors
Yes,
slave_skip_errors
slave_skip_errors
Global
No
Permitted Values
Type
string
Default
OFF
Valid
[list of error codes]
Values
all
[1466]
5.0.3
--slave_transaction_retries=#
slave_transaction_retries
Yes,
slave_transaction_retries
slave_transaction_retries
Global
Yes
1466
[1466]
[1466]
[1466]
LOAD DATA

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents