37#ifndef RPL_TRX_BOUNDARY_PARSER_H
38#define RPL_TRX_BOUNDARY_PARSER_H
This is the class for verifying transaction boundaries in a replication event stream.
Definition: rpl_trx_boundary_parser.h:51
void log_server_warning(int error, const char *message) override
Log warnings into the error log.
Definition: rpl_trx_boundary_parser.cc:31
Replication_transaction_boundary_parser(Transaction_boundary_parser::enum_trx_boundary_parser_context context)
The constructor.
Definition: rpl_trx_boundary_parser.h:57
This is the base class for verifying transaction boundaries.
Definition: trx_boundary_parser.h:48
enum_trx_boundary_parser_context
The context where the parser is used.
Definition: trx_boundary_parser.h:53
Transaction boundary parser definitions.