MySQL 9.0.0
Source Code Documentation
fts_aux_table_t Struct Reference

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...
 

Detailed Description

For storing table info when checking for orphaned tables.

Member Data Documentation

◆ id

table_id_t fts_aux_table_t::id

Table id.

◆ index_id

table_id_t fts_aux_table_t::index_id

Table FT index id.

◆ name

char* fts_aux_table_t::name

Name of the table.

◆ parent_id

table_id_t fts_aux_table_t::parent_id

Parent table id.

◆ type

fts_table_type_t fts_aux_table_t::type

FTS table type.


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