1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
(Bug #4035 GROUP_CONCAT with HAVING clause truncates field                       
Bug #4057 LEFT() function in HAVING clause truncates query result).
This commit is contained in:
ram@gw.mysql.r18.ru
2004-06-08 18:01:15 +05:00
parent 3786538112
commit 71eee450e0
6 changed files with 32 additions and 31 deletions

View File

@@ -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;