MySQL 5.6.14 Source Code Document
|
#include <trx0purge.h>
Public Attributes | |
trx_id_t | trx_no |
undo_no_t | undo_no |
This is the purge pointer/iterator. We need both the undo no and the
transaction no up to which purge has parsed and applied the records.
Definition at line 125 of file trx0purge.h.
trx_id_t purge_iter_t::trx_no |
Purge has advanced past all transactions whose number is less than this
Definition at line 126 of file trx0purge.h.
undo_no_t purge_iter_t::undo_no |
Purge has advanced past all records whose undo number is less than this
Definition at line 129 of file trx0purge.h.