[MCOL-725] ERROR 1118 (42000): Row size too large... within SELECT statement. Created: 2017-05-23 Updated: 2017-05-23 Resolved: 2017-05-23 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | MariaDB Server |
| Affects Version/s: | 1.0.9 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Minor |
| Reporter: | Serhii Kushnir | Assignee: | Andrew Hutchings (Inactive) |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Environment: |
AWS CentOS 7 |
||
| Issue Links: |
|
||||||||
| Description |
|
The maximum of all selected fields within the SELECT statement has a limit in 65535 bytes. It is not a common ERROR 1118 (42000), it is not file format related and can't be reproduced on the regular MariaDB with the same InnoDB_version. It seems that you materialize the SELECT output into TEMP table or something like this, not sure. The issue can be easily reproduced in following ways: 1.
2.
The same perfectly works on 10.1.22-MariaDB. |
| Comments |
| Comment by Andrew Hutchings (Inactive) [ 2017-05-23 ] |
|
This is a duplicate of Once It will be fixed in ColumnStore 1.1. |
| Comment by Andrew Hutchings (Inactive) [ 2017-05-23 ] |
|
Closed as duplicate of |