mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
sql_update.cc:
After merge fix
This commit is contained in:
@ -237,9 +237,8 @@ int mysql_update(THD *thd,
|
|||||||
}
|
}
|
||||||
// Don't count on usage of 'only index' when calculating which key to use
|
// Don't count on usage of 'only index' when calculating which key to use
|
||||||
table->used_keys.clear_all();
|
table->used_keys.clear_all();
|
||||||
select= make_select(table, 0, 0, conds, 0, &error);
|
|
||||||
if (limit)
|
if (limit)
|
||||||
select=make_select(table,0,0,conds,&error);
|
select= make_select(table, 0, 0, conds, 0, &error);
|
||||||
if (error || !limit ||
|
if (error || !limit ||
|
||||||
(select && select->check_quick(thd, safe_update, limit)))
|
(select && select->check_quick(thd, safe_update, limit)))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user