24#ifndef MYSQL_BINLOG_EVENT_EVENT_DECODING_ERROR_H
25#define MYSQL_BINLOG_EVENT_EVENT_DECODING_ERROR_H
The namespace contains classes representing events that can occur in a replication stream.
Definition: binlog_event.cpp:38
Event_decoding_error
Errors that we distinguish during event decoding, that are translated to specific error returned by t...
Definition: event_decoding_error.h:34
@ invalid_event
Invalid event - cannot read an event.
@ last
End of enum, put additional constants above.
@ unknown_non_ignorable_fields
Unknown, non ignorable fields found in the event stream.