My Project
|
#include <log_event.h>
Public Member Functions | |
Ignorable_log_event (THD *thd_arg) | |
Ignorable_log_event (const char *buf, const Format_description_log_event *descr_event) | |
int | pack_info (Protocol *) |
virtual Log_event_type | get_type_code () |
virtual bool | is_valid () const |
virtual int | get_data_size () |
Base class for ignorable log events. Events deriving from this class can be safely ignored by slaves that cannot recognize them. Newer slaves, will be able to read and handle them. This has been designed to be an open-ended architecture, so adding new derived events shall not harm the old slaves that support ignorable log event mechanism (they will just ignore unrecognized ignorable events).