MySQL 9.1.0
Source Code Documentation
|
For storing table info when checking for orphaned tables. More...
#include <fts0fts.h>
Public Attributes | |
table_id_t | id |
Table id. More... | |
table_id_t | parent_id |
Parent table id. More... | |
table_id_t | index_id |
Table FT index id. More... | |
char * | name |
Name of the table. More... | |
fts_table_type_t | type |
FTS table type. More... | |
For storing table info when checking for orphaned tables.
table_id_t fts_aux_table_t::id |
Table id.
table_id_t fts_aux_table_t::index_id |
Table FT index id.
char* fts_aux_table_t::name |
Name of the table.
table_id_t fts_aux_table_t::parent_id |
Parent table id.
fts_table_type_t fts_aux_table_t::type |
FTS table type.