mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 16:44:29 +02:00
MDEV-21702 Add a data type for privileges
This commit is contained in:
parent
f79f537f9f
commit
83e75b39b3
41 changed files with 781 additions and 546 deletions
|
|
@ -63,7 +63,7 @@ bool Sql_cmd_alter_table_exchange_partition::execute(THD *thd)
|
|||
*/
|
||||
IF_DBUG(HA_CREATE_INFO create_info(lex->create_info);,)
|
||||
Alter_info alter_info(lex->alter_info, thd->mem_root);
|
||||
ulong priv_needed= ALTER_ACL | DROP_ACL | INSERT_ACL | CREATE_ACL;
|
||||
privilege_t priv_needed(ALTER_ACL | DROP_ACL | INSERT_ACL | CREATE_ACL);
|
||||
|
||||
DBUG_ENTER("Sql_cmd_alter_table_exchange_partition::execute");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue