mirror of
https://github.com/MariaDB/server.git
synced 2026-04-28 19:25:32 +02:00
Removing global function agg_item_charsets_for_string_result().
Moving agg_arg_charsets_for_string_result() and agg_arg_charsets_for_string_result_with_comparison() inside "protected" section in Item_func_or_sum.
This commit is contained in:
parent
f727fb45d4
commit
1956340247
3 changed files with 35 additions and 39 deletions
|
|
@ -3448,8 +3448,8 @@ Item_func_group_concat::fix_fields(THD *thd, Item **ref)
|
|||
}
|
||||
|
||||
/* skip charset aggregation for order columns */
|
||||
if (agg_item_charsets_for_string_result(collation, func_name(),
|
||||
args, arg_count - arg_count_order))
|
||||
if (agg_arg_charsets_for_string_result(collation,
|
||||
args, arg_count - arg_count_order))
|
||||
return 1;
|
||||
|
||||
result.set_charset(collation.collation);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue