[MCOL-3884] Alter table Failed: Changing the datatype of a column is not supported Created: 2020-03-13 Updated: 2023-12-30 Resolved: 2023-10-25 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | DMLProc |
| Affects Version/s: | 1.2.5, 5.5.2, 6.2.2 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | David Hill (Inactive) | Assignee: | Unassigned |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Environment: |
centos 7 single server |
||
| Description |
|
MariaDB [(none)]> ALTER TABLE dpdcoredata.ttevents CHANGE COLUMN misc_json misc_json text DEFAULT NULL; But I found this in the description of alter for columnstore: ALTER TABLE tbl_name alter_specification:
column_definition: table_options: |
| Comments |
| Comment by hiller1 [ 2023-12-30 ] |
|
MariaDB [test]> alter table t1 change name name varchar(2000); |