Skip to content

Commit 786363e

Browse files
committed
compiler warning
way-too-smart compilers don't like the "confusing indentation"
1 parent 39f1917 commit 786363e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/item_sum.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3429,7 +3429,7 @@ Item_func_group_concat::fix_fields(THD *thd, Item **ref)
34293429
args[i]->fix_fields(thd, args + i)) ||
34303430
args[i]->check_cols(1))
34313431
return TRUE;
3432-
with_subselect|= args[i]->with_subselect;
3432+
with_subselect|= args[i]->with_subselect;
34333433
}
34343434

34353435
/* skip charset aggregation for order columns */

0 commit comments

Comments
 (0)