![]()  | 
  
    MySQL 9.5.0
    
   Source Code Documentation 
   | 
 
Functions | |
| ib_vector_t * | fts_get_docs_create (fts_cache_t *cache) | 
| Create the vector of fts_get_doc_t instances.  More... | |
| void | fts_cache_destroy (fts_cache_t *cache) | 
| Free the FTS cache.  More... | |
| void | fts_reset_get_doc (fts_cache_t *cache) | 
| recalibrate get_doc structure after index_cache in cache->indexes changed  More... | |
| template<typename Tuple , size_t... Is> | |
| constexpr auto | select_from_tuple_impl (Tuple &&t, std::index_sequence< Is... >) | 
| void detail::fts_cache_destroy | ( | fts_cache_t * | cache | ) | 
Free the FTS cache.
| [in,out] | cache | to be freed | 
| ib_vector_t * detail::fts_get_docs_create | ( | fts_cache_t * | cache | ) | 
Create the vector of fts_get_doc_t instances.
| [in,out] | cache | fts cache | 
| void detail::fts_reset_get_doc | ( | fts_cache_t * | cache | ) | 
recalibrate get_doc structure after index_cache in cache->indexes changed
| cache | in: FTS index cache | 
      
  | 
  constexpr |