Skip to content

Commit

Permalink
Update changelogs/fragments/368-mysql_role-fix-member-detection.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Klychkov <[email protected]>
  • Loading branch information
betanummeric and Andersson007 authored May 25, 2022
1 parent 90e29f2 commit ca6d484
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions changelogs/fragments/368-mysql_role-fix-member-detection.yml
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit ca6d484

Please sign in to comment.