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

Data Fields | |
| 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.
| fts_cache_t* fts_get_doc_t::cache |
The parent cache
| fts_index_cache_t* fts_get_doc_t::index_cache |
The index cache instance Parsed sql statement
1.8.1.2