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 1 commit into
base: 3.4
Choose a base branch
from

Conversation

actapia
Copy link

@actapia actapia commented Sep 24, 2024

These changes fix the issue CONC-396. Previously, _mariadb_read_options and _mariadb_read_options_from_file would only read options from files named my.cnf within the specified directory when the !includedir directive was encountered. With these changes, the functions find all .cnf (and, on Windows, .ini) files in the included directory.

@9EOR9
Copy link
Collaborator

9EOR9 commented Jan 15, 2025

Thanks for your PR . Would you mind to squash your commits into a single commit?

!includedir now includes all .cnf or .ini files, sorted alphabetically,
in the specified directory.
@actapia
Copy link
Author

actapia commented Jan 15, 2025

Okay, I've squashed the commits.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants