| InnoDB Plugin
    1.0
    | 
#include <fts0types.h>

| Data Fields | |
| 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
| ib_alloc_t* fts_word_t::heap_alloc | 
For handling all allocations
| ib_vector_t* fts_word_t::nodes | 
Nodes read from disk
| fts_string_t fts_word_t::text | 
Word value in UTF-8
 1.8.1.2
 1.8.1.2