My Project
Public Types | Public Member Functions | Static Public Member Functions | Protected Attributes
Delete_rows_log_event_old Class Reference

#include <log_event_old.h>

Inheritance diagram for Delete_rows_log_event_old:
Old_rows_log_event Log_event

List of all members.

Public Types

enum  { TYPE_CODE = PRE_GA_DELETE_ROWS_EVENT }

Public Member Functions

 Delete_rows_log_event_old (THD *, TABLE *, ulong, 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, const uchar *after_record __attribute__((unused)))

Protected Attributes

uchar * m_after_image
uchar * m_memory

Detailed Description

Old class for binlog events that delete existing rows from a table (event type code PRE_GA_DELETE_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 Delete_rows_log_event (event type code DELETE_ROWS_EVENT) instead.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines