removed left-over UPDATE_ACL from REPLACE

This commit is contained in:
serg@serg.mysql.com 2002-11-30 13:03:55 +01:00
parent 87fbeb4098
commit 82eb69a4a2

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