There was an error while loading. Please reload this page.
1 parent db49003 commit 7a1c366Copy full SHA for 7a1c366
sql/item_sum.cc
@@ -3543,7 +3543,7 @@ Item_sum_str::fix_fields(THD *thd, Item **ref)
3543
/* We should ignore FIELD's in arguments to sum functions */
3544
with_flags|= (args[i]->with_flags & ~item_with_t::FIELD);
3545
if (args[i]->check_type_can_return_str(
3546
- Item_func_group_concat::func_name_cstring()))
+ func_name_cstring()))
3547
return true;
3548
}
3549
0 commit comments