community.mysql/changelogs/fragments/mysql_variables_allow_uppercase_identifiers.yml
2023-02-02 10:11:43 +00:00

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.