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

INSERT IGNORE with multiple rows fails

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Won't Do
    • None
    • Icebox
    • DMLProc
    • None
    • Server version: 10.5.5-MariaDB MariaDB Server
      Columnstore: 1.5.4-1

    Description

      INSERT IGNORE works with single row whereas with multiple row it fails.

      MariaDB [test]> CREATE TABLE t1 (col1 INT) ENGINE=Columnstore;
      Query OK, 0 rows affected (0.129 sec)

      MariaDB [test]> INSERT IGNORE INTO t1 VALUES(1);
      Query OK, 1 row affected (0.653 sec)

      MariaDB [test]> INSERT IGNORE INTO t1 VALUES (1),(2);
      ERROR 1178 (42000): The storage engine for the table doesn't support IGNORE option in insert statement is not supported in Columnstore

      Attachments

        Activity

          There are no comments yet on this issue.

          People

            Unassigned Unassigned
            susil.behera Susil Behera
            Votes:
            0 Vote for this issue
            Watchers:
            1 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.