[MCOL-697] hex() on TEXT/BLOB truncated at 64KB Created: 2017-05-03 Updated: 2017-05-03 Resolved: 2017-05-03 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | MDB Plugin |
| Affects Version/s: | 1.1.0 |
| Fix Version/s: | 1.1.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Andrew Hutchings (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Sprint: | 2017-9 | ||||||||
| Description |
|
There is a hard limit in the plugin which restricts VARCHAR responses to 64KB. This is a hangover from when rowgroup's StringStore couldn't handle more than that. MariaDB specifies that the response of hex() is VARCHAR. |
| Comments |
| Comment by Andrew Hutchings (Inactive) [ 2017-05-03 ] |
|
A second pull request to deal with LONGBLOB with hex() |
| Comment by Daniel Lee (Inactive) [ 2017-05-03 ] |
|
Build verified: Github source [root@localhost mariadb-columnstore-server]# git show Merge pull request #45 from mariadb-corporation/FixPackageName Change the package name to match engines format [root@localhost mariadb-columnstore-server]# cd mariadb-columnstore-engine/ Merge pull request #164 from mariadb-corporation/ Verified by running the datatypesTextBlob test in Autopilot. |