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

#include <fts0types.h>

Collaboration diagram for fts_get_doc_t:

Public Attributes

fts_index_cache_tindex_cache
que_tget_document_graph
fts_cache_tcache

Detailed Description

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.

Member Data Documentation

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.


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