36#ifndef RPL_TRX_BOUNDARY_PARSER_H
37#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:50
void log_server_warning(int error, const char *message) override
Log warnings into the error log.
Definition: rpl_trx_boundary_parser.cc:30
Replication_transaction_boundary_parser(Transaction_boundary_parser::enum_trx_boundary_parser_context context)
The constructor.
Definition: rpl_trx_boundary_parser.h:56
This is the base class for verifying transaction boundaries.
Definition: trx_boundary_parser.h:47
enum_trx_boundary_parser_context
The context where the parser is used.
Definition: trx_boundary_parser.h:52
Transaction boundary parser definitions.