MySQL 9.1.0
Source Code Documentation
|
Functions | |
bool | create_pfs_schema (THD *thd) |
Create the performance schema. More... | |
bool | init_pfs_tables (enum_dd_init_type int_type) |
Creates performance schema tables in the Data Dictionary. More... | |
void | set_PS_version_for_table (dd::Properties *table_options) |
Store the property "PS_version" in table's options. More... | |
bool dd::performance_schema::create_pfs_schema | ( | THD * | thd | ) |
Create the performance schema.
thd | Thread context. |
bool dd::performance_schema::init_pfs_tables | ( | enum_dd_init_type | int_type | ) |
Creates performance schema tables in the Data Dictionary.
void dd::performance_schema::set_PS_version_for_table | ( | dd::Properties * | table_options | ) |
Store the property "PS_version" in table's options.