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

DROP TABLE w/ list of tables fails

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Fixed
    • None
    • 5.5.1
    • N/A
    • None

    Description

      mysql> show tables;
      ------------------

      Tables_in_ssb_cs

      ------------------

      customer
      dim_date
      lineorder
      part
      supplier
      t1
      t1_c
      t1_m
      t2_c
      t2_m

      ------------------
      10 rows in set (0.00 sec)

      mysql> drop table t1,t1_c,t1_m,t2_c, t2_m;
      ERROR 1178 (42000): The storage engine for the table doesn't support The syntax or the data type(s) is not supported by Columnstore. Please check the Columnstore syntax guide for supported syntax or data types.
      mysql> show tables;
      ------------------

      Tables_in_ssb_cs

      ------------------

      customer
      dim_date
      lineorder
      part
      supplier
      t1
      t1_c
      t2_c

      ------------------
      8 rows in set (0.00 sec)

      Attachments

        Activity

          People

            Unassigned Unassigned
            jswanhart Justin Swanhart (Inactive)
            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.