MySQL 9.1.0
Source Code Documentation
|
Word text plus it's array of nodes as on disk in FTS index. More...
#include <fts0types.h>
Public Attributes | |
fts_string_t | text |
Word value in UTF-8. More... | |
ib_vector_t * | nodes |
Nodes read from disk. More... | |
ib_alloc_t * | heap_alloc |
For handling all allocations. More... | |
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.