InnoDB Plugin
1.0
|
#include <trx0roll.h>
Data Fields | |
char * | name |
trx_savept_t | savept |
ib_int64_t | mysql_binlog_cache_pos |
ut_list_node< trx_named_savept_t > | trx_savepoints |
A savepoint set with SQL's "SAVEPOINT savepoint_id" command
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