Uploaded image for project: 'MariaDB ColumnStore'
  1. MariaDB ColumnStore
  2. MCOL-4474

Internal error: CAL0001 when renaming a column.

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Duplicate
    • 5.5.1
    • 5.4.1
    • DDLProc
    • None
    • CentOS 7
      MariaDB-server 10.5.8_5-1

    Description

      Renaming a varchar column without changing the datatype or size incorrectly throws error CAL0001:

      create table testvarchar (
      myvalue varchar(3)
      )engine=Columnstore CHARSET=utf8;
       
      alter table testvarchar change column myvalue myvalue_new varchar(3) ;
      -- Error Code: 1815. Internal error: CAL0001: Alter table Failed: Changing the datatype of a column is not supported
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            juan.vera Juan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.