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

#include <log_event_old.h>

Inheritance diagram for Update_rows_log_event_old:
Old_rows_log_event Log_event

List of all members.

Public Types

enum  { TYPE_CODE = PRE_GA_UPDATE_ROWS_EVENT }

Public Member Functions

 Update_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, const uchar *after_record)

Protected Attributes

uchar * m_after_image
uchar * m_memory

Detailed Description

Old class for binlog events that modify existing rows to a table (event type code PRE_GA_UPDATE_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 Update_rows_log_event (event type code UPDATE_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