[MCOL-1228] ALTER TABLE...CHANGE COLUMN broken for TEXT data types Created: 2018-02-21 Updated: 2018-03-22 Resolved: 2018-03-22 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | DDLProc |
| Affects Version/s: | 1.1.2 |
| Fix Version/s: | 1.1.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Andrew Hutchings (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Sprint: | 2018-05, 2018-06 | ||||||||||||||||
| Description |
|
Doing the following will trigger an error:
The error is: The cause is typesAreSame() in ddlpackageproc/altertableprocessor.cpp doesn't check for all the TEXT types and fails on the ones it does catch. |
| Comments |
| Comment by Daniel Lee (Inactive) [ 2018-03-22 ] | ||||||||||||
|
Build verified: 1.1.4-1 source Build verified: 1.1.4-1 source /root/columnstore/mariadb-columnstore-server Merge pull request #104 from mariadb-corporation/davidhilldallas-patch-3 update version /root/columnstore/mariadb-columnstore-server/mariadb-columnstore-engine Merge pull request #427 from mariadb-corporation/ Mcol 1225 - fix mysql/lib library path commit 8f4f304e22c8629e6b5feb0bb9724b09ae89b787 Merge pull request #61 from mariadb-corporation/1.1-mergeup-20180322 Merge develop-1.1 into develop Reproduced issue in 1.1.3-1 and verified fixed in 1.1.4-1 source MariaDB [mytest]> CREATE TABLE test.tmp3 MariaDB [mytest]> ALTER TABLE test.tmp3 CHANGE COLUMN t t2 TINYTEXT; MariaDB [mytest]> use test
------
------ |