mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-27 08:21:46 -07:00
Update changelogs/fragments/368-mysql_role-fix-member-detection.yml
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
This commit is contained in:
parent
90e29f27ca
commit
ca6d4841ce
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
bugfixes:
|
||||
- >
|
||||
mysql_role: In some cases (when "SHOW GRANTS" did not use backticks for quotes), no unwanted members were detached
|
||||
mysql_role - in some cases (when "SHOW GRANTS" did not use backticks for quotes), no unwanted members were detached
|
||||
from the role (and redundant "GRANT" statements were executed for wanted members). This is fixed by querying the
|
||||
existing role members from the mysql.role_edges (MySQL) or mysql.roles_mapping (MariaDB) tables instead of parsing
|
||||
the "SHOW GRANTS" output. See https://github.com/ansible-collections/community.mysql/pull/368.
|
||||
the "SHOW GRANTS" output (https://github.com/ansible-collections/community.mysql/pull/368).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue