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

Internal Calpont functions crash client in CS 6

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Minor
    • Resolution: Unresolved
    • 6.2.2
    • Icebox
    • None
    • None

    Description

      Using idbextentmin or idbextentmax crashes the mysql client in CS 6 but doesnt in CS 5

      Simplified Replication Steps:

       create table t1 ( a int) engine=columnstore;
      insert into t1 values (1);
      insert into t1 values (2);
      SELECT a, idbExtentId(a) as extentID, idbextentmin(a) as valueMin, idbextentmax(a) as valueMax  from t1;
      

      Expected

      +------+----------+------+----------+
      | a    | extentID | valueMin | valueMax |
      +------+----------+------+----------+
      |    1 |   234496 | 1    | 2        |
      |    2 |   234496 | 1    | 2        |
      +------+----------+------+----------+
      

      Actual

      ERROR 1815 (HY000): Internal error: Error while fetching from ExeMgr: MCS-2035: An internal error occurred.  Check the error log file & contact support.
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            allen.herrera Allen Herrera
            Votes:
            0 Vote for this issue
            Watchers:
            1 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.