MySQL 9.1.0
Source Code Documentation
|
Information about changed rows in a transaction for a single table. More...
#include <fts0fts.h>
Public Attributes | |
dict_table_t * | table |
table More... | |
fts_trx_t * | fts_trx |
link to parent More... | |
ib_rbt_t * | rows |
rows changed; indexed by doc-id, cells are fts_trx_row_t* More... | |
fts_doc_ids_t * | added_doc_ids |
list of added doc ids (NULL until the first addition) More... | |
que_t * | docs_added_graph |
Information about changed rows in a transaction for a single table.
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
que_t* fts_trx_table_t::docs_added_graph |
fts_trx_t* fts_trx_table_t::fts_trx |
link to parent
ib_rbt_t* fts_trx_table_t::rows |
rows changed; indexed by doc-id, cells are fts_trx_row_t*
dict_table_t* fts_trx_table_t::table |
table