MySQL 8.3.0
Source Code Documentation
fts_trx_table_t Struct Reference

Information about changed rows in a transaction for a single table. More...

#include <fts0fts.h>

Public Attributes

dict_table_ttable
 table More...
 
fts_trx_tfts_trx
 link to parent More...
 
ib_rbt_trows
 rows changed; indexed by doc-id, cells are fts_trx_row_t* More...
 
fts_doc_ids_tadded_doc_ids
 list of added doc ids (NULL until the first addition) More...
 
que_tdocs_added_graph
 

Detailed Description

Information about changed rows in a transaction for a single table.

Member Data Documentation

◆ added_doc_ids

fts_doc_ids_t* fts_trx_table_t::added_doc_ids

list of added doc ids (NULL until the first addition)

for adding doc ids

◆ docs_added_graph

que_t* fts_trx_table_t::docs_added_graph

◆ fts_trx

fts_trx_t* fts_trx_table_t::fts_trx

link to parent

◆ rows

ib_rbt_t* fts_trx_table_t::rows

rows changed; indexed by doc-id, cells are fts_trx_row_t*

◆ table

dict_table_t* fts_trx_table_t::table

table


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