|
MySQL 5.6.14 Source Code Document
|
#include <fts0fts.h>

Public Attributes | |
| 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 |
| ib_rbt_t* fts_trx_table_t::rows |
| dict_table_t* fts_trx_table_t::table |