MySQL 9.0.0
Source Code Documentation
fts_trx_t Struct Reference

Information about changes in a single transaction affecting the FTS system. More...

#include <fts0fts.h>

Public Attributes

trx_ttrx
 InnoDB transaction. More...
 
ib_vector_tsavepoints
 Active savepoints, must have at least one element, the implied savepoint. More...
 
ib_vector_tlast_stmt
 last_stmt More...
 
mem_heap_theap
 heap More...
 

Detailed Description

Information about changes in a single transaction affecting the FTS system.

Member Data Documentation

◆ heap

mem_heap_t* fts_trx_t::heap

heap

◆ last_stmt

ib_vector_t* fts_trx_t::last_stmt

last_stmt

◆ savepoints

ib_vector_t* fts_trx_t::savepoints

Active savepoints, must have at least one element, the implied savepoint.

◆ trx

trx_t* fts_trx_t::trx

InnoDB transaction.


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