|
const dd::String_type | anonymous_namespace{metadata.cc}::PLUGIN_VERSION_STRING ("plugin_version") |
|
const dd::String_type | anonymous_namespace{metadata.cc}::SERVER_I_S_TABLE_STRING ("server_i_s_table") |
|
bool | anonymous_namespace{metadata.cc}::store_in_dd (THD *thd, Update_context *ctx, ST_SCHEMA_TABLE *schema_table, unsigned int version) |
| Store metadata from ST_SCHEMA_TABLE into DD tables. More...
|
|
static bool | anonymous_namespace{metadata.cc}::store_plugin_metadata (THD *thd, plugin_ref plugin, Update_context *ctx) |
| Helper method to store plugin IS table metadata into DD. More...
|
|
bool | anonymous_namespace{metadata.cc}::store_plugin_and_referencing_views_metadata (THD *thd, plugin_ref plugin, void *arg) |
| Store plugin IS table metadata into DD. More...
|
|
bool | anonymous_namespace{metadata.cc}::update_plugins_I_S_metadata (THD *thd) |
| Iterate through dynamic I_S plugins, and store I_S table metadata into dictionary, during MySQL server startup. More...
|
|
bool | anonymous_namespace{metadata.cc}::create_system_views (THD *thd, bool is_non_dd_based) |
|
bool | anonymous_namespace{metadata.cc}::create_non_dd_based_system_views (THD *thd) |
|
bool | anonymous_namespace{metadata.cc}::update_server_I_S_metadata (THD *thd) |
| Does following during server restart. More...
|
|
bool | anonymous_namespace{metadata.cc}::initialize (THD *thd, bool non_dd_based_system_view) |
|
bool | dd::info_schema::create_system_views (THD *thd) |
| Create INFORMATION_SCHEMA system views. More...
|
|
bool | dd::info_schema::store_server_I_S_metadata (THD *thd) |
| Store the server I_S table metadata into dictionary, once during MySQL server bootstrap. More...
|
|
bool | dd::info_schema::update_I_S_metadata (THD *thd) |
| Store I_S table metadata into dictionary, during MySQL server startup. More...
|
|
bool | dd::info_schema::store_dynamic_plugin_I_S_metadata (THD *thd, st_plugin_int *plugin_int) |
| Store dynamic I_S plugin table metadata into dictionary, during INSTALL command execution. More...
|
|
bool | dd::info_schema::remove_I_S_view_metadata (THD *thd, const dd::String_type &view_name) |
| Remove I_S view metadata from dictionary. More...
|
|
bool | dd::info_schema::initialize (THD *thd) |
| Initialize INFORMATION_SCHEMA system views. More...
|
|
bool | dd::info_schema::init_non_dd_based_system_view (THD *thd) |
| Initialize non DD based INFORMATION_SCHEMA system views. More...
|
|
bool | dd::info_schema::get_I_S_view_definition (const dd::String_type &schema_name, const dd::String_type &view_name, dd::String_type *definition) |
| Get create view definition for the given I_S system view. More...
|
|