InnoDB Plugin  1.0
Data Fields
trx_named_savept_t Struct Reference

#include <trx0roll.h>

Collaboration diagram for trx_named_savept_t:
Collaboration graph
[legend]

Data Fields

char * name
trx_savept_t savept
ib_int64_t mysql_binlog_cache_pos
ut_list_node< trx_named_savept_ttrx_savepoints

Detailed Description

A savepoint set with SQL's "SAVEPOINT savepoint_id" command

Field Documentation

ib_int64_t trx_named_savept_t::mysql_binlog_cache_pos

the MySQL binlog cache position corresponding to this savepoint, not defined if the MySQL binlogging is not enabled

char* trx_named_savept_t::name

savepoint name

trx_savept_t trx_named_savept_t::savept

the undo number corresponding to the savepoint

ut_list_node< trx_named_savept_t > trx_named_savept_t::trx_savepoints

the list of savepoints of a transaction


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