mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Merge 10.3 into 10.4
This commit is contained in:
@@ -1871,7 +1871,8 @@ class Item_func_group_concat : public Item_sum
|
||||
bool warning_for_row;
|
||||
bool always_null;
|
||||
bool force_copy_fields;
|
||||
bool no_appended;
|
||||
/** True if entire result of GROUP_CONCAT has been written to output buffer. */
|
||||
bool result_finalized;
|
||||
/** Limits the rows in the result */
|
||||
Item *row_limit;
|
||||
/** Skips a particular number of rows in from the result*/
|
||||
|
Reference in New Issue
Block a user