mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 15:45:33 +02:00
func_gconcat.result, func_gconcat.test:
Added test cases for bug #12863. item_sum.cc, item_sum.h: Fixed bug #12863. Added a flag to Item_func_group_concat set to FALSE after concatenation of the first element of a group.
This commit is contained in:
parent
81948e621a
commit
af9740d0fd
4 changed files with 42 additions and 3 deletions
|
|
@ -709,6 +709,7 @@ class Item_func_group_concat : public Item_sum
|
|||
uint arg_count_field;
|
||||
uint field_list_offset;
|
||||
uint count_cut_values;
|
||||
bool no_appended;
|
||||
/*
|
||||
Following is 0 normal object and pointer to original one for copy
|
||||
(to correctly free resources)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue