MySQL 8.3.0
Source Code Documentation
st_sys_tbl_chk_params Struct Reference

Structure used by SE during check for system table. More...

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
 

Detailed Description

Structure used by SE during check for system table.

This structure is passed to each SE handlerton and the status (OUT param) is collected.

Member Enumeration Documentation

◆ enum_sys_tbl_chk_status

Enumerator
NOT_KNOWN_SYSTEM_TABLE 
KNOWN_SYSTEM_TABLE 
SUPPORTED_SYSTEM_TABLE 

Member Data Documentation

◆ db

const char* st_sys_tbl_chk_params::db

◆ db_type

legacy_db_type st_sys_tbl_chk_params::db_type

◆ is_sql_layer_system_table

bool st_sys_tbl_chk_params::is_sql_layer_system_table

◆ status

enum st_sys_tbl_chk_params::enum_sys_tbl_chk_status st_sys_tbl_chk_params::status

◆ table_name

const char* st_sys_tbl_chk_params::table_name

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