|  | MySQL 9.5.0
    Source Code Documentation | 
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. More...
#include <fts0fts.h>
| Public Attributes | |
| const char * | parent | 
| Parent table name, this is required only for the database name.  More... | |
| fts_table_type_t | type | 
| The auxiliary table type.  More... | |
| table_id_t | table_id | 
| The table id.  More... | |
| space_index_t | index_id | 
| The index id.  More... | |
| const char * | suffix | 
| The suffix of the fts auxiliary table name, can be NULL, not used everywhere (yet)  More... | |
| const dict_table_t * | table | 
| Parent table.  More... | |
| CHARSET_INFO * | charset | 
| charset info if it is for FTS index auxiliary table  More... | |
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 | 
charset info if it is for FTS index auxiliary table
| space_index_t fts_table_t::index_id | 
The index id.
| const char* fts_table_t::parent | 
Parent table name, this is required only for the database name.
| const char* fts_table_t::suffix | 
The suffix of the fts auxiliary table name, can be NULL, not used everywhere (yet)
| const dict_table_t* fts_table_t::table | 
Parent table.
| table_id_t fts_table_t::table_id | 
The table id.
| fts_table_type_t fts_table_t::type | 
The auxiliary table type.