MySQL 5.6.14 Source Code Document
|
#include <trx0purge.h>
Public Attributes | |
trx_undo_rec_t * | undo_rec |
roll_ptr_t | roll_ptr |
Info required to purge a record
Definition at line 209 of file trx0purge.h.
roll_ptr_t trx_purge_rec_t::roll_ptr |
File pointr to UNDO record
Definition at line 211 of file trx0purge.h.
trx_undo_rec_t* trx_purge_rec_t::undo_rec |
Record to purge
Definition at line 210 of file trx0purge.h.