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

| Public Attributes | |
| fts_index_cache_t * | index_cache | 
| que_t * | get_document_graph | 
| fts_cache_t * | cache | 
It's main purpose is to store the SQL prepared statements that
are required to retrieve a document from the database.
Definition at line 52 of file fts0types.h.
| fts_cache_t* fts_get_doc_t::cache | 
The parent cache
Definition at line 58 of file fts0types.h.
| fts_index_cache_t* fts_get_doc_t::index_cache | 
The index cache instance Parsed sql statement
Definition at line 54 of file fts0types.h.