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

bugs in columnstore.cnf

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Blocker
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      MCOL-5519 added three lines to columnstore.cnf

      collation_server = utf8_general_ci
      character_set_server = utf8
       
      columnstore_use_import_for_batchinsert = ON
      

      All three are problematic:

      • first two change default server character set for the whole server. That is, a user was a working server installation. Installs columnstore — and suddenly the server uses a different default character set. Uninstalls columnstore — columnstore.cnf is removed (on Fedora, for example), and again, suddenly the charset is different. This is a major gotcha, plugin's cnf file should only change plugin's configuration. Fix: remove these lines.
      • last line only works when columnstore is installed. But on Debian cnf files are not removed when the plugin is uninstalled. Meaning, after uninstalling columnstore the server will fail to start. Fix: use the loose- prefix.

      Attachments

        Issue Links

          Activity

            People

              leonid.fedorov Leonid Fedorov
              serg Sergei Golubchik
              Votes:
              0 Vote for this issue
              Watchers:
              4 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.