mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 01:30:20 +00:00

MariaDB has added some grants in 10.4.x and 10.5.x that are not present here, which results in an error when creating. This is an addition to #59280. Also improved exception handling in `grant_add` which did not log the original error message and replaced it with a generic error.
3 lines
294 B
Text
3 lines
294 B
Text
Add missing MariaDB Grants to mysql module.
|
|
MariaDB has added some grants in 10.4.x and 10.5.x that are not present here, which results in an error when creating.
|
|
Also improved exception handling in `grant_add` which did not log the original error message and replaced it with a generic error.
|