InnoDB Plugin
1.0
|
#include <row0ftsort.h>
Data Fields | |
trx_t * | trx |
que_t ** | ins_graph |
fts_table_t | fts_table |
CHARSET_INFO * | charset |
mem_heap_t * | heap |
ibool | opt_doc_id_size |
Structure stores information needed for the insertion phase of FTS
parallel sort.
CHARSET_INFO* fts_psort_insert::charset |
charset info
fts_table_t fts_psort_insert::fts_table |
auxiliary table
mem_heap_t* fts_psort_insert::heap |
heap
que_t** fts_psort_insert::ins_graph |
insert graph
ibool fts_psort_insert::opt_doc_id_size |
Whether to use smaller (4 bytes) integer for Doc ID
trx_t* fts_psort_insert::trx |
Transaction used for insertion