mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
Ajustement after merge
This commit is contained in:
parent
40a1023a4f
commit
8fd14af83a
1 changed files with 2 additions and 1 deletions
|
@ -365,7 +365,8 @@ JOIN::prepare(Item ***rref_pointer_array,
|
|||
if (having_fix_rc || thd->net.report_error)
|
||||
DBUG_RETURN(-1); /* purecov: inspected */
|
||||
if (having->with_sum_func)
|
||||
having->split_sum_func2(thd, ref_pointer_array, all_fields, &having);
|
||||
having->split_sum_func2(thd, ref_pointer_array, all_fields,
|
||||
&having, TRUE);
|
||||
thd->lex->allow_sum_func= save_allow_sum_func;
|
||||
}
|
||||
if (select_lex->inner_sum_func_list)
|
||||
|
|
Loading…
Reference in a new issue