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

CLONE - EXPLAIN gives error every other try

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

          Cloned from MCOL-3766 for 1.5

          pleblanc Patrick LeBlanc (Inactive) added a comment - Cloned from MCOL-3766 for 1.5

          Build verified: 1.5.0-1 BB

          engine commit:
          f01185f

          dleeyh Daniel Lee (Inactive) added a comment - Build verified: 1.5.0-1 BB engine commit: f01185f

          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.