MySQL 8.4.0
Source Code Documentation
mysql::binlog::event::Log_event_basic_info Struct Reference

Struct to pass basic information about a event: type, query, is it ignorable. More...

#include <binlog_event.h>

Public Attributes

Log_event_type event_type {UNKNOWN_EVENT}
 
const char * query {nullptr}
 
size_t query_length {0}
 
bool ignorable_event {false}
 

Detailed Description

Struct to pass basic information about a event: type, query, is it ignorable.

Member Data Documentation

◆ event_type

Log_event_type mysql::binlog::event::Log_event_basic_info::event_type {UNKNOWN_EVENT}

◆ ignorable_event

bool mysql::binlog::event::Log_event_basic_info::ignorable_event {false}

◆ query

const char* mysql::binlog::event::Log_event_basic_info::query {nullptr}

◆ query_length

size_t mysql::binlog::event::Log_event_basic_info::query_length {0}

The documentation for this struct was generated from the following file: