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

#include <fts0fts.h>

Collaboration diagram for fts_trx_row_t:

Public Attributes

doc_id_t doc_id
fts_row_state state
ib_vector_tfts_indexes

Detailed Description

Information about one changed row in a transaction.

Definition at line 203 of file fts0fts.h.

Member Data Documentation

doc_id_t fts_trx_row_t::doc_id

Id of the ins/upd/del document

Definition at line 204 of file fts0fts.h.

ib_vector_t* fts_trx_row_t::fts_indexes

The indexes that are affected

Definition at line 208 of file fts0fts.h.

fts_row_state fts_trx_row_t::state

state of the row

Definition at line 206 of file fts0fts.h.


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