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

Add support for SELECT <col> <comparison operator> <value>

    XMLWordPrintable

Details

    • New Feature
    • Status: Open (View Workflow)
    • Major
    • Resolution: Unresolved
    • None
    • Icebox
    • None
    • None
    • Server version: 10.5.6
      MCS version: 1.5.4-1

    Description

      Like Innodb engine, we should support for SELECT <col> <operator> <value>.

      MariaDB [mysql]> CREATE TABLE t1(i INT) ENGINE=Columnstore;
      Query OK, 0 rows affected (0.128 sec)

      MariaDB [mysql]> INSERT INTO t1 VALUES(1),(2);
      Query OK, 2 rows affected (0.324 sec)
      Records: 2 Duplicates: 0 Warnings: 0

      MariaDB [mysql]> SELECT i = 10 FROM t1;
      ERROR 1178 (42000): The storage engine for the table doesn't support IDB-1001: Function '=' isn't supported.

      MariaDB [mysql]> SELECT i < 10 FROM t1;
      ERROR 1178 (42000): The storage engine for the table doesn't support IDB-1001: Function '<' isn't supported.

      Attachments

        Activity

          People

            maxmether Max Mether
            susil.behera susil.behera
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Git Integration

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