| MySQL 5.6.14 Source Code Document
    | 
#include <fts0fts.h>

| Public Attributes | |
| ib_vector_t * | doc_ids | 
| ib_alloc_t * | self_heap | 
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.
| ib_vector_t* fts_doc_ids_t::doc_ids | 
| ib_alloc_t* fts_doc_ids_t::self_heap |