MySQL 8.3.0
Source Code Documentation
ST_SCHEMA_TABLE Struct Reference

#include <table.h>

Public Attributes

const char * table_name
 
ST_FIELD_INFOfields_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
 

Member Data Documentation

◆ fields_info

ST_FIELD_INFO* ST_SCHEMA_TABLE::fields_info

◆ fill_table

int(* ST_SCHEMA_TABLE::fill_table) (THD *thd, Table_ref *tables, Item *cond)

◆ hidden

bool ST_SCHEMA_TABLE::hidden

◆ old_format

int(* ST_SCHEMA_TABLE::old_format) (THD *thd, ST_SCHEMA_TABLE *schema_table)

◆ process_table

int(* ST_SCHEMA_TABLE::process_table) (THD *thd, Table_ref *tables, TABLE *table, bool res, LEX_CSTRING db_name, LEX_CSTRING table_name)

◆ table_name

const char* ST_SCHEMA_TABLE::table_name

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