MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
fts_word_t Struct Reference

#include <fts0types.h>

Collaboration diagram for fts_word_t:

Public Attributes

fts_string_t text
ib_vector_tnodes
ib_alloc_theap_alloc

Detailed Description

Word text plus it's array of nodes as on disk in FTS index

Definition at line 226 of file fts0types.h.

Member Data Documentation

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.


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