1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Bug fix for multi-table delete with test case and manual entry

This commit is contained in:
unknown
2002-06-04 20:34:13 +03:00
parent 12ee8a3ef6
commit 945c46e6d2
4 changed files with 24 additions and 5 deletions

View File

@ -1963,11 +1963,6 @@ mysql_execute_command(void)
(void)add_item_to_list(new Item_field(auxi->db,auxi->real_name,"*"));
}
tables->grant.want_privilege=(SELECT_ACL & ~tables->grant.privilege);
if (add_item_to_list(new Item_null()))
{
res= -1;
break;
}
thd->proc_info="init";
if ((res=open_and_lock_tables(thd,tables)))
break;