mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-21702 Add a data type for privileges
This commit is contained in:
@@ -395,8 +395,8 @@ bool Sql_cmd_alter_table::execute(THD *thd)
|
||||
HA_CREATE_INFO create_info(lex->create_info);
|
||||
Alter_info alter_info(lex->alter_info, thd->mem_root);
|
||||
create_info.alter_info= &alter_info;
|
||||
ulong priv=0;
|
||||
ulong priv_needed= ALTER_ACL;
|
||||
privilege_t priv(NO_ACL);
|
||||
privilege_t priv_needed(ALTER_ACL);
|
||||
bool result;
|
||||
|
||||
DBUG_ENTER("Sql_cmd_alter_table::execute");
|
||||
|
Reference in New Issue
Block a user