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

Build failures if LZ4 not enabled

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • None
    • 6.4.6
    • MDB Plugin
    • None

    Description

      When compiling MariaDB 10.11 with ColumnStore, in ha_mcs_sysvar.cpp:

      static MYSQL_THDVAR_ENUM(compression_type, PLUGIN_VAR_RQCMDARG,
                                "SNAPPY segment files are Snappy compressed (default);"
       #ifdef HAVE_LZ4
                                "LZ4 segment files are LZ4 compressed;",
       #endif
      

      That final comma is missing if HAVE_LZ4 is not defined, causing build failure. Recommend adding to following or moving the comma outside of the gate.

      #else
      ,
      

      Attachments

        Activity

          People

            drrtuy Roman
            TheLinuxJedi Andrew Hutchings
            Votes:
            0 Vote for this issue
            Watchers:
            4 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.