Drizzled Public API Documentation

trx_named_savept_struct Struct Reference

#include <trx0roll.h>

List of all members.

Public Attributes

char * name
trx_savept_t savept
ib_int64_t mysql_binlog_cache_pos
 trx_savepoints

Detailed Description

A savepoint set with SQL's "SAVEPOINT savepoint_id" command

Definition at line 335 of file trx0roll.h.


Member Data Documentation

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().

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.


The documentation for this struct was generated from the following file: