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

| Public Attributes | |
| fts_string_t | text | 
| ib_vector_t * | nodes | 
| ib_alloc_t * | heap_alloc | 
Word text plus it's array of nodes as on disk in FTS index
Definition at line 226 of file fts0types.h.
| ib_alloc_t* fts_word_t::heap_alloc | 
For handling all allocations
Definition at line 230 of file fts0types.h.
| ib_vector_t* fts_word_t::nodes | 
Nodes read from disk
Definition at line 228 of file fts0types.h.
| fts_string_t fts_word_t::text | 
Word value in UTF-8
Definition at line 227 of file fts0types.h.