Commit 786363e8 authored by Sergei Golubchik's avatar Sergei Golubchik

compiler warning

way-too-smart compilers don't like the "confusing indentation"
parent 39f1917f
......@@ -3429,7 +3429,7 @@ Item_func_group_concat::fix_fields(THD *thd, Item **ref)
args[i]->fix_fields(thd, args + i)) ||
args[i]->check_cols(1))
return TRUE;
with_subselect|= args[i]->with_subselect;
with_subselect|= args[i]->with_subselect;
}
/* skip charset aggregation for order columns */
......
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