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

Public Attributes

table_id_t id
table_id_t parent_id
table_id_t index_id
char * name

Detailed Description

For storing table info when checking for orphaned tables.

Definition at line 149 of file fts0fts.cc.

Member Data Documentation

table_id_t fts_aux_table_t::id

Table id

Definition at line 150 of file fts0fts.cc.

table_id_t fts_aux_table_t::index_id

Table FT index id

Definition at line 152 of file fts0fts.cc.

char* fts_aux_table_t::name

Name of the table

Definition at line 153 of file fts0fts.cc.

table_id_t fts_aux_table_t::parent_id

Parent table id

Definition at line 151 of file fts0fts.cc.


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