community.mysql/changelogs/fragments/mysql_variables_allow_uppercase_identifiers.yml
2023-02-02 09:11:31 +00:00

4 lines
270 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.