MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
fts_ast_state_t Struct Reference
Collaboration diagram for fts_ast_state_t:

Public Attributes

mem_heap_theap
fts_ast_node_troot
fts_ast_list_t list
fts_lexer_tlexer
CHARSET_INFOcharset

Detailed Description

Definition at line 269 of file fts0ast.h.

Member Data Documentation

CHARSET_INFO* fts_ast_state_t::charset

charset used for tokenization

Definition at line 277 of file fts0ast.h.

mem_heap_t* fts_ast_state_t::heap

Heap to use for alloc

Definition at line 270 of file fts0ast.h.

fts_lexer_t* fts_ast_state_t::lexer

Lexer callback + arg

Definition at line 276 of file fts0ast.h.

fts_ast_list_t fts_ast_state_t::list

List of nodes allocated

Definition at line 274 of file fts0ast.h.

fts_ast_node_t* fts_ast_state_t::root

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

Definition at line 271 of file fts0ast.h.


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