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

idbExtentMax()/MODA() support for long decimal

    XMLWordPrintable

Details

    • 2021-17

    Description

      Artifacts: https://cspkg.s3.amazonaws.com/index.html?prefix=develop/pull_request/1191/centos7/

      Repro:

      CREATE TABLE t1(col1 INT) ENGINE=Columnstore;
      INSERT INTO t1 VALUES (1);
      INSERT INTO t1 SELECT * FROM t1;
      SELECT idbExtentMax(col1) FROM t1 LIMIT 1;
      ERROR 1815 (HY000): Internal error: Error while fetching from ExeMgr: IDB-2035: An internal error occurred.  Check the error log file & contact support.
      

      This is a regression.

      Attachments

        Issue Links

          Activity

            People

              Andrey Andrey Piskunov (Inactive)
              bharath.bokka Bharath Bokka (Inactive)
              Votes:
              2 Vote for this issue
              Watchers:
              6 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.