Drizzled Public API Documentation

trx_named_savept_struct Struct Reference

#include <trx0roll.h>

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

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
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
             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: