mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge 10.4 into 10.5
This commit is contained in:
@ -2289,6 +2289,11 @@ multi_update::initialize_tables(JOIN *join)
|
||||
if (unlikely((thd->variables.option_bits & OPTION_SAFE_UPDATES) &&
|
||||
error_if_full_join(join)))
|
||||
DBUG_RETURN(1);
|
||||
if (join->implicit_grouping)
|
||||
{
|
||||
my_error(ER_INVALID_GROUP_FUNC_USE, MYF(0));
|
||||
DBUG_RETURN(1);
|
||||
}
|
||||
main_table=join->join_tab->table;
|
||||
table_to_update= 0;
|
||||
|
||||
|
Reference in New Issue
Block a user