InnoDB Plugin
1.0
|
#include <trx0purge.h>
Data Fields | |
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.
trx_id_t purge_iter_t::trx_no |
Purge has advanced past all transactions whose number is less than this
undo_no_t purge_iter_t::undo_no |
Purge has advanced past all records whose undo number is less than this