My Project
|
#include <log_event_old.h>
Public Types | |
enum | { TYPE_CODE = PRE_GA_WRITE_ROWS_EVENT } |
Public Member Functions | |
Write_rows_log_event_old (THD *, TABLE *, ulong table_id, MY_BITMAP const *cols, bool is_transactional) | |
Static Public Member Functions | |
static bool | binlog_row_logging_function (THD *thd, TABLE *table, bool is_transactional, const uchar *before_record __attribute__((unused)), const uchar *after_record) |
Old class for binlog events that write new rows to a table (event type code PRE_GA_WRITE_ROWS_EVENT). Such events are never produced by this version of the server, but they may be read from a relay log created by an old server. New servers create events of class Write_rows_log_event (event type code WRITE_ROWS_EVENT) instead.