MySQL 8.4.0
Source Code Documentation
fts_doc_ids_t Struct Reference

List of document ids that were added during a transaction. More...

#include <fts0fts.h>

Public Attributes

ib_vector_tdoc_ids
 document ids (each element is of type doc_id_t). More...
 
ib_alloc_tself_heap
 Allocator used to create an instance of this type and the doc_ids vector. More...
 

Detailed Description

List of document ids that were added during a transaction.

This list is passed on to a background 'Add' thread and OPTIMIZE, so it needs its own memory heap.

Member Data Documentation

◆ doc_ids

ib_vector_t* fts_doc_ids_t::doc_ids

document ids (each element is of type doc_id_t).

◆ self_heap

ib_alloc_t* fts_doc_ids_t::self_heap

Allocator used to create an instance of this type and the doc_ids vector.


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