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

MCSAPI C++ documentation, example incorrect

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Trivial
    • Resolution: Fixed
    • 1.1.3
    • 1.1.4
    • None
    • 2018-06

    Description

      In the C++ documentation there is an error in the ColumnStoreDriver examples.

      Currently:

      ...
      int main(void)
      {
        ColumnStoreDriver* driver = nullptr;
       try {
      ...
      

      should be:

      ...
      int main(void)
      {
        mcsapi::ColumnStoreDriver* driver = nullptr;
       try {
      ...
      

      Attachments

        Activity

          People

            LinuxJedi Andrew Hutchings (Inactive)
            jens.rowekamp Jens Röwekamp (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0d
                0d
                Logged:
                Time Spent - 0.25h
                0.25h

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.