MySQL 8.4.0
Source Code Documentation
trx_boundary_parser.h File Reference

Transaction boundary parser definitions. More...

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

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.
 

Detailed Description

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