|
MySQL 5.6.14 Source Code Document
|
#include <trx0roll.h>

Public Attributes | |
| char * | name |
| trx_savept_t | savept |
| ib_int64_t | mysql_binlog_cache_pos |
| trx_savepoints | |
A savepoint set with SQL's "SAVEPOINT savepoint_id" command
Definition at line 277 of file trx0roll.h.
| 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.