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

#include <trx0roll.h>

Collaboration diagram for trx_named_savept_t:

Public Attributes

char * name
trx_savept_t savept
ib_int64_t mysql_binlog_cache_pos
 trx_savepoints

Detailed Description

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

Definition at line 277 of file trx0roll.h.

Member Data 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

Definition at line 282 of file trx0roll.h.

char* trx_named_savept_t::name

savepoint name

Definition at line 278 of file trx0roll.h.

trx_savept_t trx_named_savept_t::savept

the undo number corresponding to the savepoint

Definition at line 279 of file trx0roll.h.

trx_named_savept_t::trx_savepoints

the list of savepoints of a transaction

Definition at line 287 of file trx0roll.h.


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