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

postConfigure should show cause of write error.

    XMLWordPrintable

Details

    • New Feature
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 1.0.4
    • 1.0.5
    • installation
    • None
    • 2016-21, 2016-22, 2016-23

    Description

      in helpers.cpp the writeConfig try...catch block ignores the error message and just returns when there is an error. An error here could be for many different reasons including XML issues. We should change this to something like:

      catch(const std::exception &exc)
      {
          std::cerr << exc.what() << std::endl;
      }
      

      Attachments

        Activity

          People

            dleeyh Daniel Lee (Inactive)
            LinuxJedi Andrew Hutchings (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.