MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
purge_iter_t Struct Reference

#include <trx0purge.h>

Public Attributes

trx_id_t trx_no
undo_no_t undo_no

Detailed Description

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.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: