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

XOR function cannot be used in the order by clause

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Won't Fix
    • 1.4.4, 1.5.2
    • Icebox
    • ExeMgr
    • None

    Description

      Build tested: 1.4.401, 1.5.2-1 (community edition b33685)

      MariaDB [mytest]> create table t2 (c1 int, c2 char(30)) engine=columnstore;
      Query OK, 0 rows affected (0.136 sec)

      MariaDB [mytest]> insert into t2 values (1,'hello');
      Query OK, 1 row affected (0.124 sec)

      MariaDB [mytest]> insert into t2 values (2,'world');
      Query OK, 1 row affected (0.070 sec)

      MariaDB [mytest]> select * from t2 order by c1 xor 1;
      ERROR 1178 (42000): The storage engine for the table doesn't support IDB-3011: Non-supported item in Order By clause.

      The same query works on InnoDB and release 1.2.5-1

      Attachments

        Activity

          People

            Unassigned Unassigned
            dleeyh Daniel Lee (Inactive)
            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.