Commit 36a29500 authored by evgen@moonbone.local's avatar evgen@moonbone.local

sql_select.cc:

  Additional fix for the bug#30245.
parent 2ee3efc2
...@@ -538,7 +538,7 @@ JOIN::prepare(Item ***rref_pointer_array, ...@@ -538,7 +538,7 @@ JOIN::prepare(Item ***rref_pointer_array,
fix_inner_refs(thd, all_fields, select_lex, ref_pointer_array)) fix_inner_refs(thd, all_fields, select_lex, ref_pointer_array))
DBUG_RETURN(-1); DBUG_RETURN(-1);
if (group) if (group_list)
{ {
/* /*
Because HEAP tables can't index BIT fields we need to use an Because HEAP tables can't index BIT fields we need to use an
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment