Drizzled Public API Documentation

trx_undo_inf_struct Struct Reference

#include <trx0roll.h>

Public Attributes

trx_id_t trx_no
undo_no_t undo_no
ibool in_use

Detailed Description

A cell of trx_undo_arr_struct; used during a rollback and a purge

Definition at line 298 of file trx0roll.h.

Member Data Documentation

ibool trx_undo_inf_struct::in_use

TRUE if the cell is in use

Definition at line 302 of file trx0roll.h.

trx_id_t trx_undo_inf_struct::trx_no

transaction number: not defined during a rollback

Definition at line 299 of file trx0roll.h.

undo_no_t trx_undo_inf_struct::undo_no

undo number of an undo record

Definition at line 301 of file trx0roll.h.


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