mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
a fix
(Bug #4035 GROUP_CONCAT with HAVING clause truncates field Bug #4057 LEFT() function in HAVING clause truncates query result).
This commit is contained in:
@@ -694,7 +694,6 @@ class Item_func_group_concat : public Item_sum
|
||||
ORDER **order;
|
||||
TABLE_LIST *tables_list;
|
||||
ulong group_concat_max_len;
|
||||
uint show_elements;
|
||||
uint arg_count_order;
|
||||
uint arg_count_field;
|
||||
uint field_list_offset;
|
||||
|
||||
Reference in New Issue
Block a user