Commit 5b03876f authored by unknown's avatar unknown

sql_select.cc:

  Additional fix for the bug#30245.


sql/sql_select.cc:
  Additional fix for the bug#30245.
parent e19f49ae
...@@ -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