[MCOL-5239] MariaDB 10.3. leads to error when using DataType TEXT Created: 2022-09-29 Updated: 2022-10-25 |
|
| Status: | Open |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 1.2.5 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | andreas eschbacher | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Mariadb 10.3.16 1.2.5.1 on RHEL 7 |
||
| Description |
|
Affected are all versions running on MariaDB 10.3. having a Column as TEXT datatype The error that occurs is:
The variable max_length_for_sort_data was checked by:
and WAS 102400, then set to something > 8.000.000 (the actual allowed maximum), but this didn't help. The problem is the ORDER BY. Leaving it out works. (This time, the HAVING and GROUP BY are not the problem.) It was verified also on ILS Nürnberg and our internal test servers that the version 10.3. is the problem; with 10.5. it works. However, we changed to TEXT because MariaDB 10.5. has the problem of: |