MySQL 9.1.0
Source Code Documentation
|
A savepoint set with SQL's "SAVEPOINT savepoint_id" command. More...
#include <trx0roll.h>
Public Attributes | |
char * | name |
savepoint name More... | |
trx_savept_t | savept |
the undo number corresponding to the savepoint More... | |
int64_t | mysql_binlog_cache_pos |
the MySQL binlog cache position corresponding to this savepoint, not defined if the MySQL binlogging is not enabled More... | |
trx_savepoints | |
the list of savepoints of a transaction More... | |
A savepoint set with SQL's "SAVEPOINT savepoint_id" command.
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
trx_named_savept_t::trx_savepoints |
the list of savepoints of a transaction