Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CONC-396, "!includedir in my.cnf does not include all .cnf and .ini files in the directory" #255

Open
wants to merge 11 commits into
base: 3.4
Choose a base branch
from

Commits on Sep 21, 2024

  1. Fix CONC-396 on Linux.

    !includedir now includes all .cnf files in the specified directory. A
    fix for Windows has been added but is untested.
    actapia committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    13931f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Fix includedir on Windows.

    actapia committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    8453a60 View commit details
    Browse the repository at this point in the history
  2. Get config files using wildcards.

    _mariadb_read_options_from_file now uses wildcards for each config
    file extension instead of inspecting every filename in the included
    directory.
    actapia committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    0d151b5 View commit details
    Browse the repository at this point in the history
  3. Sort files for !includedir.

    actapia committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    9573bcb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    255b798 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cd6a6bb View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Add unit test for CONC-396.

    actapia committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    6add65c View commit details
    Browse the repository at this point in the history
  2. Fix test_conc396 on Windows.

    actapia committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    cea87b5 View commit details
    Browse the repository at this point in the history
  3. Clean up whitespace.

    actapia committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    4569b98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd015e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    4969a70 View commit details
    Browse the repository at this point in the history