MySQL 8.0.37
Source Code Documentation
trx_boundary_parser.h File Reference

Transaction boundary parser definitions. More...

#include <stddef.h>
#include "libbinlogevents/include/control_events.h"

Go to the source code of this file.

Classes

class  Transaction_boundary_parser
 This is the base class for verifying transaction boundaries. More...
 

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