mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge branch '10.6' into 10.11
This commit is contained in:
@ -587,7 +587,8 @@ int mysql_update(THD *thd,
|
||||
|
||||
select= make_select(table, 0, 0, conds, (SORT_INFO*) 0, 0, &error);
|
||||
if (unlikely(error || !limit || thd->is_error() ||
|
||||
(select && select->check_quick(thd, safe_update, limit))))
|
||||
(select && select->check_quick(thd, safe_update, limit,
|
||||
Item_func::BITMAP_ALL))))
|
||||
{
|
||||
query_plan.set_impossible_where();
|
||||
if (thd->lex->describe || thd->lex->analyze_stmt)
|
||||
|
Reference in New Issue
Block a user