MySQL 8.4.0
Source Code Documentation
fts_savepoint_t Struct Reference

Information required for transaction savepoint handling. More...

#include <fts0fts.h>

Public Attributes

char * name
 First entry is always NULL, the default instance. More...
 
ib_rbt_ttables
 Modified FTS tables. More...
 

Detailed Description

Information required for transaction savepoint handling.

Member Data Documentation

◆ name

char* fts_savepoint_t::name

First entry is always NULL, the default instance.

Otherwise the name of the savepoint

◆ tables

ib_rbt_t* fts_savepoint_t::tables

Modified FTS tables.


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