MySQL 5.6.14 Source Code Document
|
Public Attributes | |
table_id_t | id |
table_id_t | parent_id |
table_id_t | index_id |
char * | name |
For storing table info when checking for orphaned tables.
Definition at line 149 of file fts0fts.cc.
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.