InnoDB Plugin  1.0
Data Fields
fts_table_t Struct Reference

#include <fts0fts.h>

Collaboration diagram for fts_table_t:
Collaboration graph
[legend]

Data Fields

const char * parent
fts_table_type_t type
table_id_t table_id
index_id_t index_id
const char * suffix
const dict_table_ttable
CHARSET_INFO * charset

Detailed Description

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.

Field Documentation

CHARSET_INFO* fts_table_t::charset

charset info if it is for FTS index auxiliary table

index_id_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


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