InnoDB Plugin  1.0
Data Fields
fts_ast_state_t Struct Reference
Collaboration diagram for fts_ast_state_t:
Collaboration graph
[legend]

Data Fields

mem_heap_theap
fts_ast_node_troot
fts_ast_list_t list
fts_lexer_t * lexer
CHARSET_INFO * charset

Field Documentation

CHARSET_INFO* fts_ast_state_t::charset

charset used for tokenization

mem_heap_t* fts_ast_state_t::heap

Heap to use for alloc

fts_lexer_t* fts_ast_state_t::lexer

Lexer callback + arg

fts_ast_list_t fts_ast_state_t::list

List of nodes allocated

fts_ast_node_t* fts_ast_state_t::root

If all goes OK, then this will point to the root.


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