Drizzled Public API Documentation

trx_undo_inf_struct Struct Reference

#include <trx0roll.h>

List of all members.

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

TRUE if the cell is in use

Definition at line 302 of file trx0roll.h.

transaction number: not defined during a rollback

Definition at line 299 of file trx0roll.h.

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: