MySQL 8.4.1
Source Code Documentation
fts_trx_row_t Struct Reference

Information about one changed row in a transaction. More...

#include <fts0fts.h>

Public Attributes

doc_id_t doc_id
 Id of the ins/upd/del document. More...
 
fts_row_state state
 state of the row More...
 
ib_vector_tfts_indexes
 The indexes that are affected. More...
 

Detailed Description

Information about one changed row in a transaction.

Member Data Documentation

◆ doc_id

doc_id_t fts_trx_row_t::doc_id

Id of the ins/upd/del document.

◆ fts_indexes

ib_vector_t* fts_trx_row_t::fts_indexes

The indexes that are affected.

◆ state

fts_row_state fts_trx_row_t::state

state of the row


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