MySQL 8.0.40
Source Code Documentation
|
#include <parse_tree_nodes.h>
Public Member Functions | |
PT_grant_roles (const Mem_root_array< PT_role_or_privilege * > *roles, const List< LEX_USER > *users, bool with_admin_option) | |
Sql_cmd * | make_cmd (THD *thd) override |
Private Attributes | |
const Mem_root_array< PT_role_or_privilege * > * | roles |
const List< LEX_USER > * | users |
const bool | with_admin_option |
Additional Inherited Members | |
Protected Member Functions inherited from Parse_tree_root | |
virtual | ~Parse_tree_root ()=default |
Parse_tree_root ()=default | |
|
inline |
Implements Parse_tree_root.
|
private |
|
private |