|
MySQL 5.6.14 Source Code Document
|
#include <fts0fts.h>

Public Attributes | |
| const char * | parent |
| fts_table_type_t | type |
| table_id_t | table_id |
| index_id_t | index_id |
| const char * | suffix |
| const dict_table_t * | table |
| CHARSET_INFO * | charset |
This is used to generate the FTS auxiliary table name, we need the
table id and the index id to generate the column specific FTS auxiliary table name.
| CHARSET_INFO* fts_table_t::charset |
| const char* fts_table_t::parent |
| const char* fts_table_t::suffix |
| const dict_table_t* fts_table_t::table |
| fts_table_type_t fts_table_t::type |