MySQL 9.1.0
Source Code Documentation
|
#include "sql/dd/string_type.h"
Go to the source code of this file.
Namespaces | |
namespace | resourcegroups |
namespace | dd |
The version of the current data dictionary table definitions. | |
namespace | dd::cache |
Functions | |
bool | dd::resource_group_exists (dd::cache::Dictionary_client *dd_client, const String_type &resource_group_name, bool *exists) |
Check if resource group exists in the data dictionary. More... | |
bool | dd::create_resource_group (THD *thd, const resourcegroups::Resource_group &res_grp_ref) |
Create a DD object and persist it to DD table resourcegroup. More... | |
bool | dd::update_resource_group (THD *thd, const String_type &resource_grp_name, const resourcegroups::Resource_group &res_grp_ref) |
Update a resource group and persist it to DD table resourcegroup. More... | |
bool | dd::drop_resource_group (THD *thd, const String_type resource_grp_name) |
Drop a resource group from DD table resourcegroup. More... | |