[MCOL-324] concat of long strings truncated at 512 characters Created: 2016-09-26 Updated: 2016-10-03 Resolved: 2016-10-03 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | MariaDB Server |
| Affects Version/s: | None |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | Andrew Hutchings (Inactive) | Assignee: | Andrew Hutchings (Inactive) |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Sprint: | 2016-19 | ||||||||
| Description |
|
Causing failure of working_tpch1/aggregation/group_concat.sql |
| Comments |
| Comment by Andrew Hutchings (Inactive) [ 2016-10-03 ] |
|
This is due to the default group_concat_max_len my.cnf setting of 512 for ColumnStore whereas it is normally 1024 for MariaDB. |