mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 06:22:28 +01:00
removed left-over UPDATE_ACL from REPLACE
This commit is contained in:
parent
1d418357ed
commit
0859f671bd
1 changed files with 1 additions and 1 deletions
|
@ -2280,7 +2280,7 @@ mysql_execute_command(THD *thd)
|
|||
case SQLCOM_LOAD:
|
||||
{
|
||||
uint privilege= (lex->duplicates == DUP_REPLACE ?
|
||||
INSERT_ACL | UPDATE_ACL | DELETE_ACL : INSERT_ACL);
|
||||
INSERT_ACL | DELETE_ACL : INSERT_ACL);
|
||||
|
||||
if (!lex->local_file)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue