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

#include <fts0fts.h>

Collaboration diagram for fts_doc_ids_t:

Public Attributes

ib_vector_tdoc_ids
ib_alloc_tself_heap

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.

Definition at line 214 of file fts0fts.h.

Member Data Documentation

ib_vector_t* fts_doc_ids_t::doc_ids

document ids (each element is of type doc_id_t).

Definition at line 215 of file fts0fts.h.

ib_alloc_t* fts_doc_ids_t::self_heap

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

Definition at line 218 of file fts0fts.h.


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