MySQL 9.1.0
Source Code Documentation
|
Replication transaction boundary parser. More...
Go to the source code of this file.
Classes | |
class | Replication_transaction_boundary_parser |
This is the class for verifying transaction boundaries in a replication event stream. More... | |
Replication transaction boundary parser.
This includes code for an extension of the transaction boundary parser to parse a replication 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).