![]() |
MySQL 9.2.0
Source Code Documentation
|
#include "fts0types.h"
Go to the source code of this file.
Namespaces | |
namespace | detail |
Functions | |
ib_vector_t * | detail::fts_get_docs_create (fts_cache_t *cache) |
Create the vector of fts_get_doc_t instances. More... | |
void | detail::fts_reset_get_doc (fts_cache_t *cache) |
recalibrate get_doc structure after index_cache in cache->indexes changed More... | |
void | detail::fts_cache_destroy (fts_cache_t *cache) |
Free the FTS cache. More... | |