MySQL 8.3.0
Source Code Documentation
trx_named_savept_t Struct Reference

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

Detailed Description

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

Member Data Documentation

◆ mysql_binlog_cache_pos

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

◆ name

char* trx_named_savept_t::name

savepoint name

◆ savept

trx_savept_t trx_named_savept_t::savept

the undo number corresponding to the savepoint

◆ trx_savepoints

trx_named_savept_t::trx_savepoints

the list of savepoints of a transaction


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