mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 10:15:29 +02:00
Remove bogus lines
This commit is contained in:
parent
4f9a0a06a8
commit
c6be66530a
1 changed files with 0 additions and 7 deletions
|
|
@ -554,13 +554,6 @@ int mysql_multi_update(THD *thd,
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
If we have no WHERE clause, make it true otherwise the Select
|
||||
examines the privileges
|
||||
*/
|
||||
if (!conds)
|
||||
conds= new Item_int("1", 1LL, 1);
|
||||
|
||||
if (!(result=new multi_update(thd, table_list, fields, values,
|
||||
handle_duplicates)))
|
||||
DBUG_RETURN(-1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue