removed left-over UPDATE_ACL from REPLACE

This commit is contained in:
unknown 2002-11-30 13:03:55 +01:00
parent 1d418357ed
commit 0859f671bd

View file

@ -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)
{