MySQL 9.1.0
Source Code Documentation
|
#include <table.h>
Public Attributes | |
const char * | table_name |
ST_FIELD_INFO * | fields_info |
int(* | fill_table )(THD *thd, Table_ref *tables, Item *cond) |
int(* | old_format )(THD *thd, ST_SCHEMA_TABLE *schema_table) |
int(* | process_table )(THD *thd, Table_ref *tables, TABLE *table, bool res, LEX_CSTRING db_name, LEX_CSTRING table_name) |
bool | hidden |
ST_FIELD_INFO* ST_SCHEMA_TABLE::fields_info |
bool ST_SCHEMA_TABLE::hidden |
int(* ST_SCHEMA_TABLE::old_format) (THD *thd, ST_SCHEMA_TABLE *schema_table) |
int(* ST_SCHEMA_TABLE::process_table) (THD *thd, Table_ref *tables, TABLE *table, bool res, LEX_CSTRING db_name, LEX_CSTRING table_name) |
const char* ST_SCHEMA_TABLE::table_name |