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

#include <trx0purge.h>

Public Attributes

trx_undo_rec_tundo_rec
roll_ptr_t roll_ptr

Detailed Description

Info required to purge a record

Definition at line 209 of file trx0purge.h.

Member Data Documentation

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.


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