MySQL 9.1.0
Source Code Documentation
|
Parse tree node for CREATE RESOURCE GROUP statement. More...
#include <parse_tree_nodes.h>
Public Member Functions | |
PT_create_resource_group (const POS &pos, const LEX_CSTRING &name, const resourcegroups::Type type, const Mem_root_array< resourcegroups::Range > *cpu_list, const Value_or_default< int > &opt_priority, bool enabled) | |
Sql_cmd * | make_cmd (THD *thd) override |
Public Member Functions inherited from Parse_tree_root | |
virtual std::string | get_printable_parse_tree (THD *thd) |
Private Attributes | |
resourcegroups::Sql_cmd_create_resource_group | sql_cmd |
const bool | has_priority |
Additional Inherited Members | |
Public Attributes inherited from Parse_tree_root | |
POS | m_pos |
Textual location of a token just parsed. More... | |
Protected Member Functions inherited from Parse_tree_root | |
Parse_tree_root ()=default | |
Parse_tree_root (const POS &pos) | |
virtual | ~Parse_tree_root ()=default |
Parse tree node for CREATE RESOURCE GROUP statement.
|
inline |
Implements Parse_tree_root.
|
private |
|
private |