MySQL 9.1.0
Source Code Documentation
|
Transaction boundary parser definitions. More...
Go to the source code of this file.
Classes | |
class | mysql::binlog::event::Transaction_boundary_parser |
This is the base class for verifying transaction boundaries. More... | |
Namespaces | |
namespace | mysql |
namespace | mysql::binlog |
namespace | mysql::binlog::event |
The namespace contains classes representing events that can occur in a replication stream. | |
Transaction boundary parser definitions.
This includes code for parsing a stream of events identifying the transaction boundaries (like if the event is starting a transaction, is in the middle of a transaction or if the event is ending a transaction).