generated from ansible-collections/collection_template
-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow uppercase in variable names for Galera wsrep variables (#501)
* Allow uppercase in variable names for Galera wsrep variables * Changelog fragment for regex change * Corrected for excessive line lengths * Update changelogs/fragments/mysql_variables_allow_uppercase_identifiers.yml --------- Co-authored-by: Andrew Klychkov <[email protected]>
- Loading branch information
1 parent
b8d6474
commit 521443a
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
changelogs/fragments/mysql_variables_allow_uppercase_identifiers.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
bugfixes: | ||
- mysql_variables - add uppercase character pattern to regex to allow GLOBAL | ||
variables containing uppercase characters. | ||
This recognizes variable names used in Galera, for example, ``wsrep_OSU_method``, | ||
which breaks the normal pattern of all lowercase characters (https://github.com/ansible-collections/community.mysql/pull/501). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters