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

buildAggregateColumn needs to handle error code

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Fixed
    • 1.0.12
    • 1.0.12
    • MDB Plugin
    • None
    • 2017-21, 2017-22

    Description

      In ha_calpont_execplan.cpp in function buildAggregateColumn around line 3608, there is this code:
      else

      { rc = buildReturnedColumn(ord_col, gwi, gwi.fatalParseError); }

      It needs to check the return code rc and the fatalParseError flag:

      else
      {
      rc = buildReturnedColumn(ord_col, gwi, gwi.fatalParseError);
      if (!rc || gwi.fatalParseError)

      { return NULL; }

      }

      Attachments

        Activity

          People

            LinuxJedi Andrew Hutchings (Inactive)
            David.Hall David Hall (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.