My Project
|
#include <log_event.h>
Public Types | |
enum | { TYPE_CODE = UPDATE_ROWS_EVENT } |
Public Member Functions | |
virtual bool | is_valid () const |
Protected Member Functions | |
virtual Log_event_type | get_general_type_code () |
Log row updates with a before image. The event contain several update rows for a table. Note that each event contains only rows for one table.
Also note that the row data consists of pairs of row data: one row for the old data and one row for the new data.