Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-17639

ignore_db_dirs as a configurable option only works with single directories per declaration; to specify multiple directories, the variable must be declared once per ignored directory.

    XMLWordPrintable

Details

    Description

      Currently the configuration directive

      [server]
      ignore-db-dirs=lost+found,tmp
      

      is accepted in .cnf files and processed by the server, but results in the server not ignoring any of the listed directories when multiple comma-separated directories are specified.

      [server]
      ignore-db-dirs=lost+found
      ignore-db-dirs=tmp
      

      works correctly and produces

      MariaDB [(none)]> show global variables like 'ignore_db_dirs';
      +----------------+---------------+
      | Variable_name  |     Value     |
      +----------------+---------------+
      | ignore_db_dirs | lost+found.tmp  |
      +----------------+---------------+
      1 row in set (0.001 sec)
      

      Attachments

        Activity

          People

            greenman Ian Gilfillan
            juan.vera Juan
            Votes:
            0 Vote for this issue
            Watchers:
            3 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.