#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 335 of file trx0roll.h.
the MySQL binlog cache position corresponding to this savepoint, not defined if the MySQL binlogging is not enabled
Definition at line 340 of file trx0roll.h.
Referenced by trx_rollback_to_savepoint_for_mysql(), and trx_savepoint_for_mysql().
savepoint name
Definition at line 336 of file trx0roll.h.
Referenced by trx_release_savepoint_for_mysql(), trx_roll_savepoint_free(), trx_rollback_to_savepoint_for_mysql(), and trx_savepoint_for_mysql().
the undo number corresponding to the savepoint
Definition at line 337 of file trx0roll.h.
Referenced by trx_rollback_to_savepoint_for_mysql(), and trx_savepoint_for_mysql().
the list of savepoints of a transaction
Definition at line 345 of file trx0roll.h.