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

rename table fails when database different than current database

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Fixed
    • 1.1.3
    • 1.1.4
    • DDLProc
    • None
    • 2018-07, 2018-08

    Description

      Customer reported and I was able to reproduce..

      MariaDB [tpch1]> use calpontsys;
      Database changed
      MariaDB [calpontsys]> rename table tpch1.compare_version to tpch1.compare_version_old;
      ERROR 1815 (HY000): Internal error: CAL0001: Alter table Failed: IDB-2006: 'calpontsys.compare_version' does not exist in Columnstore.
      MariaDB [calpontsys]> use tpch1;
      Database changed
      MariaDB [tpch1]> rename table tpch1.compare_version to tpch1.compare_version_old;
      Query OK, 0 rows affected (0.04 sec)

      Attachments

        Issue Links

          Activity

            People

              dleeyh Daniel Lee (Inactive)
              hill David Hill (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 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.