InnoDB Plugin  1.0
Data Fields
fts_psort_insert Struct Reference

#include <row0ftsort.h>

Collaboration diagram for fts_psort_insert:
Collaboration graph
[legend]

Data Fields

trx_ttrx
que_t ** ins_graph
fts_table_t fts_table
CHARSET_INFO * charset
mem_heap_theap
ibool opt_doc_id_size

Detailed Description

Structure stores information needed for the insertion phase of FTS

parallel sort.

Field Documentation

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


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