Browse Source

Fix conflict on rebase of GIS functions to main branch

pull/4005/head
Dave Gosselin 6 months ago
committed by Dave Gosselin
parent
commit
7a1c3666d7
  1. 2
      sql/item_sum.cc

2
sql/item_sum.cc

@ -3543,7 +3543,7 @@ Item_sum_str::fix_fields(THD *thd, Item **ref)
/* We should ignore FIELD's in arguments to sum functions */
with_flags|= (args[i]->with_flags & ~item_with_t::FIELD);
if (args[i]->check_type_can_return_str(
Item_func_group_concat::func_name_cstring()))
func_name_cstring()))
return true;
}

Loading…
Cancel
Save