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

#include <fts0fts.h>

Collaboration diagram for fts_trx_table_t:

Public Attributes

dict_table_ttable
fts_trx_tfts_trx
ib_rbt_trows
fts_doc_ids_tadded_doc_ids
que_tdocs_added_graph

Detailed Description

Information about changed rows in a transaction for a single table.

Definition at line 187 of file fts0fts.h.

Member Data Documentation

fts_doc_ids_t* fts_trx_table_t::added_doc_ids

list of added doc ids (NULL until the first addition) for adding doc ids

Definition at line 195 of file fts0fts.h.

fts_trx_t* fts_trx_table_t::fts_trx

link to parent

Definition at line 190 of file fts0fts.h.

ib_rbt_t* fts_trx_table_t::rows

rows changed; indexed by doc-id, cells are fts_trx_row_t*

Definition at line 192 of file fts0fts.h.

dict_table_t* fts_trx_table_t::table

table

Definition at line 188 of file fts0fts.h.


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