Skip to Main Content
The world's most popular open source database
Contact MySQL
|
Login
|
Register
MySQL.com
Downloads
Documentation
Developer Zone
Developer Zone
Downloads
MySQL.com
Documentation
MySQL Server
MySQL Enterprise
Workbench
InnoDB Cluster
MySQL NDB Cluster
Connectors
More
MySQL.com
Downloads
Developer Zone
Section Menu:
Documentation Home
MySQL Internals Manual
Preface and Legal Notice
A Guided Tour Of The MySQL Source Code
Coding Guidelines
Reusable Classes and Templates
Building MySQL Server with CMake
Plugins
Transaction Handling in the Server
The Optimizer
Tracing the Optimizer
Memory Allocation
Important Algorithms and Structures
File Formats
How MySQL Performs Different Selects
How MySQL Transforms Subqueries
MySQL Client/Server Protocol
X Protocol
Stored Programs
Prepared Statement and Stored Routine Re-Execution
Writing a Procedure
Replication
Chapter Organization
Source Code Files
Principles
Binlog Formats
Differences Between Master and Slave
Exceptions: Situations Where We Do Not Guarantee Correct Replication
Additions: Special Situations Where We Do Support Correct Replication
Crashes
Binlog Files and Indexes
Rules
Determining the Logging Format
Unsafe Statements
Logging Transactions
Definitions
Preliminary Rules
Rules for Non-committing Statements, Except CREATE TEMPORARY TABLE...SELECT
Rules for CREATE [TEMPORARY] TABLE...SELECT
Rules for Committing Statements, Except CREATE [TEMPORARY] TABLE...SELECT
Logging Updates to auto_increment Columns
Logging Access to Variables and Functions
Other Unsafe Statements
binlog_row_image
Replication Locks
The Binary Log
MyISAM Storage Engine
InnoDB Storage Engine
Writing a Custom Storage Engine
Test Synchronization
Injecting Test Faults
How to Create Good Test Cases
Error Messages
MySQL Source Code Distribution
InnoDB Source Code Distribution
Index
MySQL Internals Manual
/
...
/
Replication
/
Rules
/
Replication Locks
19.4.8 Replication Locks
Status of this subsection: not started 2009-10-21
PREV
HOME
UP
NEXT