MySQL 8.0.40
Source Code Documentation
|
Parse tree node for SET RESOURCE GROUP statement. More...
#include <parse_tree_nodes.h>
Public Member Functions | |
PT_set_resource_group (const LEX_CSTRING &name, Mem_root_array< ulonglong > *thread_id_list) | |
Sql_cmd * | make_cmd (THD *thd) override |
Private Attributes | |
resourcegroups::Sql_cmd_set_resource_group | sql_cmd |
Additional Inherited Members | |
Protected Member Functions inherited from Parse_tree_root | |
virtual | ~Parse_tree_root ()=default |
Parse_tree_root ()=default | |
Parse tree node for SET RESOURCE GROUP statement.
|
inline |
Implements Parse_tree_root.
|
private |