salt/changelog/61409.changed
Carsten Brandt efe2102b16 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.

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.
2022-10-14 14:40:24 +02:00

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.