Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
1.1.3
-
None
-
Ubuntu 16.04
Description
Executing following commands:
CREATE TABLE t1 (i int) engine=columnstore; |
ALTER TABLE t1 ADD s TINYTEXT; |
Creates following error:
ERROR 1815 (HY000): Internal error: Lost connection to ExeMgr. Please contact your administrator
Probably related to MCOL-1228
Attachments
Issue Links
- duplicates
-
MCOL-1228 ALTER TABLE...CHANGE COLUMN broken for TEXT data types
- Closed