MySQL 8.4.0
Source Code Documentation
transaction_info.h File Reference
#include <stddef.h>
#include <sys/types.h>
#include "my_alloc.h"
#include "my_dbug.h"
#include "my_inttypes.h"
#include "my_sys.h"
#include "sql/mdl.h"
#include "sql/rpl_transaction_ctx.h"
#include "sql/rpl_transaction_write_set_ctx.h"
#include "sql/xa.h"
#include "strmake.h"

Go to the source code of this file.

Classes

struct  SAVEPOINT
 
class  Transaction_ctx
 
struct  Transaction_ctx::THD_TRANS
 
class  Ha_trx_info
 Either statement transaction or normal transaction - related thread-specific storage engine data. More...
 
class  Ha_trx_info_list
 Container to hold and allow iteration over a set of Ha_trx_info objects. More...
 
class  Ha_trx_info_list::Iterator
 Implements a forward iterator for Ha_trx_info_list. More...