Skip to content

Commit 7a1c366

Browse files
Fix conflict on rebase of GIS functions to main branch
1 parent db49003 commit 7a1c366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/item_sum.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3543,7 +3543,7 @@ Item_sum_str::fix_fields(THD *thd, Item **ref)
35433543
/* We should ignore FIELD's in arguments to sum functions */
35443544
with_flags|= (args[i]->with_flags & ~item_with_t::FIELD);
35453545
if (args[i]->check_type_can_return_str(
3546-
Item_func_group_concat::func_name_cstring()))
3546+
func_name_cstring()))
35473547
return true;
35483548
}
35493549

0 commit comments

Comments
 (0)