|
InnoDB Plugin
1.0
|
#include <fts0fts.h>

Data Fields | |
| dict_table_t * | table |
| fts_trx_t * | fts_trx |
| ib_rbt_t * | rows |
| fts_doc_ids_t * | added_doc_ids |
| 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
| 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
1.8.1.2