[MCOL-669] INSERT_SELECT with TEXT column crashes Created: 2017-04-19 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 |
|
Off by one on length pointer counting plus text data looping when it shouldn't |
| Comments |
| Comment by Andrew Hutchings (Inactive) [ 2017-04-19 ] |
|
Pull request in develop and regression suite (test013) |
| Comment by Andrew Hutchings (Inactive) [ 2017-04-19 ] |
|
Basically there were three problems: 1. cpimport's data type matching couldn't find TEXT columns, caused a bad memory read and error This patch resolves all 3. NOTE: any TEXT columns created prior to this MCOL will break once this is merged. This is due to using a bad data type ID which subsequently caused problem 1 above. |
| 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/ |