MySQL 9.0.0
Source Code Documentation
fts_get_doc_t Struct Reference

It's main purpose is to store the SQL prepared statements that are required to retrieve a document from the database. More...

#include <fts0types.h>

Public Attributes

fts_index_cache_tindex_cache
 The index cache instance. More...
 
que_tget_document_graph
 
fts_cache_tcache
 The parent cache. More...
 

Detailed Description

It's main purpose is to store the SQL prepared statements that are required to retrieve a document from the database.

Member Data Documentation

◆ cache

fts_cache_t* fts_get_doc_t::cache

The parent cache.

◆ get_document_graph

que_t* fts_get_doc_t::get_document_graph

◆ index_cache

fts_index_cache_t* fts_get_doc_t::index_cache

The index cache instance.

Parsed sql statement


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