Fix revoke only grant (#503)

* fix

* test

* changelog
This commit is contained in:
Markus Bergholz 2023-02-08 09:24:35 +01:00 committed by GitHub
commit b34c23d07d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 73 additions and 9 deletions

View file

@ -0,0 +1,2 @@
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).