MySQL 8.3.0
Source Code Documentation
fts_update_t Struct Reference

For supporting the tracking of updates on multiple FTS indexes we need to track which FTS indexes need to be updated. More...

#include <fts0types.h>

Public Attributes

doc_id_t doc_id
 The doc id affected. More...
 
ib_vector_tfts_indexes
 The FTS indexes that need to be updated. More...
 

Detailed Description

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.

Member Data Documentation

◆ doc_id

doc_id_t fts_update_t::doc_id

The doc id affected.

◆ fts_indexes

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


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