summaryrefslogtreecommitdiff
path: root/releasenotes/notes/fixes-mariadb-config-groups-b5fa4f44a8ed7b85.yaml
blob: 7ef48be1e517708de42a4d3bbf408c1d792c25d1 (plain)
1
2
3
4
5
6
7
---
fixes:
  - MariaDB historically leveraged the mysql manager for guest
    support including the configuration groups implementation.
    With MariaDB now having its own manager class that inherits
    from Mysql, it needs to have validation_rules and a
    ConfigParser setup. Bug 1532256