Oracle 5.0 Reference Manual page 1487

Table of Contents

Advertisement

If a replication slave SQL thread fails to execute a transaction because of
an
InnoDB
InnoDB's
TransactionDeadlockDetectionTimeout
automatically retries
Prior to MySQL 5.0.3, the default is 0, and you must explicitly set the value greater than 0 to enable
the "retry" behavior. In MySQL 5.0.3 or newer, the default is 10.
sql_slave_skip_counter
Variable Name
Variable Scope
Dynamic Variable
The number of events from the master that a slave server should skip.
16.1.2.4. Binary Log Options and Variables
You can use the
the operation of the binary log as well as to control which statements are written to the binary log.
For additional information about the binary log, see
information about using MySQL server options and system variables, see
Command
Options", and
Startup options used with binary logging.
and configuring the binary log. System variables used with binary logging are discussed later in this
section.
--log-bin[=base_name]
Command-Line Format
Replication and Binary Logging Options and Variables
Permitted Values
Platform
Bit Size
Type
Default
Range
Permitted Values
Platform
Bit Size
Type
Default
Range
deadlock or because the transaction's execution time exceeded
innodb_lock_wait_timeout
slave_transaction_retries
[1467]
sql_slave_skip_counter
Global
Yes
Permitted Values
Type
Important
If skipping the number of events specified by setting this variable would
cause the slave to begin in the middle of an event group, the slave continues
to skip until it finds the beginning of the next event group and begins from
that point. For more information, see
sql_slave_skip_counter
options and system variables that are described in this section to affect
mysqld
Section 5.1.4, "Server System
[1467]
--log-bin
32
numeric
10
0 .. 4294967295
64
numeric
10
0 .. 18446744073709547520
[1244]
or NDBCLUSTER's
or TransactionInactiveTimeout, it
[1466]
numeric
Section 13.4.2.6,
Syntax".
Section 5.2.3, "The Binary
Variables".
The following list describes startup options for enabling
1467
times before stopping with an error.
"SET GLOBAL
Log". For additional
Section 5.1.3, "Server

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents