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

CLONE - EXPLAIN gives error every other try

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 1.4.3
    • 1.5.1
    • MDB Plugin
    • None

    Description

      The following sequence:

      CREATE TABLE t1 (a int) engine=columnstore;
      MariaDB [tpch1]> EXPLAIN SELECT a FROM t1 GROUP BY a HAVING 1 != 1 AND a > 1;
      ERROR 1815 (HY000): Internal error: Unknown error
      MariaDB [tpch1]> EXPLAIN SELECT a FROM t1 GROUP BY a HAVING 1 != 1 AND a > 1;
      -----------------------------------------------------------------+

      id select_type table type possible_keys key key_len ref rows Extra

      -----------------------------------------------------------------+

      1 PUSHED SELECT NULL NULL NULL NULL NULL NULL NULL NULL

      -----------------------------------------------------------------+
      1 row in set (0.025 sec)

      Attachments

        Activity

          People

            dleeyh Daniel Lee (Inactive)
            pleblanc Patrick LeBlanc (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.