community.mysql/changelogs/fragments/503-fix-revoke-grant-only.yml
Markus Bergholz b34c23d07d
Fix revoke only grant (#503)
* fix

* test

* changelog
2023-02-08 09:24:35 +01:00

2 lines
No EOL
228 B
YAML

bugfixes:
- mysql_user - when revoke privs consists only of ``GRANT``, a 2nd revoke query is executed with empty privs to revoke that ended in an SQL exception (https://github.com/ansible-collections/community.mysql/pull/503).