MySQL 5.6.14 Source Code Document
|
#include <fts0types.h>
Public Attributes | |
doc_id_t | doc_id |
ib_vector_t * | fts_indexes |
For supporting the tracking of updates on multiple FTS indexes we need
to track which FTS indexes need to be updated. For INSERT and DELETE we update all fts indexes.
Definition at line 85 of file fts0types.h.
doc_id_t fts_update_t::doc_id |
The doc id affected
Definition at line 86 of file fts0types.h.
ib_vector_t* fts_update_t::fts_indexes |
The FTS indexes that need to be updated. A NULL value means all indexes need to be updated. This vector is not allocated on the heap and so must be freed explicitly, when we are done with it
Definition at line 88 of file fts0types.h.