mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-22 22:11:46 -07:00
6 lines
276 B
YAML
6 lines
276 B
YAML
---
|
|
bugfix:
|
|
- mysql_variables - Add uppercase character pattern to regex to allow GLOBAL
|
|
variables containing uppercase characters.
|
|
This recognises variable names used in Galera, e.g. wsrep_OSU_method,
|
|
which break the normal pattern of all lowercase characters.
|