MySQL 8.4.0
Source Code Documentation
trx_boundary_parser.cpp File Reference
#include "mysql/binlog/event/trx_boundary_parser.h"
#include <string.h>
#include "m_string.h"
#include "my_byteorder.h"
#include "mysql/binlog/event/binlog_event.h"
#include "string_with_len.h"

Namespaces

namespace  mysql
 
namespace  mysql::binlog
 
namespace  mysql::binlog::event
 The namespace contains classes representing events that can occur in a replication stream.
 

Variables

static const char * event_parser_state_names []
 

Variable Documentation

◆ event_parser_state_names

const char* event_parser_state_names[]
static
Initial value:
= {"None", "GTID", "DDL", "DML",
"Error"}