MySQL 8.4.0
Source Code Documentation
rpl_trx_boundary_parser.h File Reference

Replication transaction boundary parser. More...

#include <stddef.h>
#include "mysql/binlog/event/trx_boundary_parser.h"

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...
 

Detailed Description

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).