MySQL 5.6.14 Source Code Document
|
Public Types | |
enum | enum_sys_tbl_chk_status { NOT_KNOWN_SYSTEM_TABLE, KNOWN_SYSTEM_TABLE, SUPPORTED_SYSTEM_TABLE } |
Public Attributes | |
const char * | db |
const char * | table_name |
bool | is_sql_layer_system_table |
legacy_db_type | db_type |
enum st_sys_tbl_chk_params::enum_sys_tbl_chk_status | status |
Structure used by SE during check for system table. This structure is passed to each SE handlerton and the status (OUT param) is collected.
Definition at line 229 of file handler.cc.