InnoDB Plugin  1.0
Data Fields
fts_trx_table_t Struct Reference

#include <fts0fts.h>

Collaboration diagram for fts_trx_table_t:
Collaboration graph
[legend]

Data Fields

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.

Field 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

fts_trx_t* fts_trx_table_t::fts_trx

link to parent

ib_rbt_t* fts_trx_table_t::rows

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

dict_table_t* fts_trx_table_t::table

table


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