#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.
ib_int64_t trx_named_savept_struct::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 339 of file trx0roll.h.
Referenced by trx_rollback_to_savepoint_for_mysql(), and trx_savepoint_for_mysql().
char* trx_named_savept_struct::name |
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().
trx_savept_t trx_named_savept_struct::savept |
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().
trx_named_savept_struct::trx_savepoints |