[MCOL-673] BLOB INSERT...SELECT / LDI fail on long strings Created: 2017-04-20 Updated: 2017-04-20 Resolved: 2017-04-20 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| 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-8 | ||||||||
| Description |
|
When the length a BLOB is greater than half the max length of the column I_S / LDI fail due to casting the length to a signed int instead of an unsigned int. TEXT is not affected. |
| Comments |
| Comment by Andrew Hutchings (Inactive) [ 2017-04-20 ] |
|
Pull request in develop and regression suite. |
| Comment by Daniel Lee (Inactive) [ 2017-04-20 ] |
|
Build verified: Github source [root@localhost mariadb-columnstore-server]# git show Merge pull request #42 from mariadb-corporation/ Make audit plugin display columnstore original query in logging [root@localhost mariadb-columnstore-server]# cd mariadb-columnstore-engine/ Merge pull request #155 from mariadb-corporation/ Verified InsertSelect and LDI for TEXT, BLOB, LONGTEXT, LONGBLOB. |