mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-25 14:20:24 -07:00
Release 2.3.8 commit (#388)
This commit is contained in:
parent
9ca52b3aa5
commit
71c7275fef
7 changed files with 51 additions and 13 deletions
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- mysql_query - fix false change reports when ``IF EXISTS/IF NOT EXISTS`` clause is used (https://github.com/ansible-collections/community.mysql/issues/268).
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- "mysql_user - fix logic when ``update_password`` is set to ``on_create`` for users using ``plugin*`` arguments (https://github.com/ansible-collections/community.mysql/issues/334). The ``on_create`` sets ``password`` to None for old mysql_native_authentication but not for authentiation methods which uses the ``plugin*`` arguments. This PR changes this so ``on_create`` also exchange ``plugin``, ``plugin_hash_string``, ``plugin_auth_string`` to None in the list of arguments to change"
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- "mysql_role - don't add members to a role when creating the role and ``detach_members: true`` is set (https://github.com/ansible-collections/community.mysql/pull/367)."
|
|
@ -1,6 +0,0 @@
|
|||
bugfixes:
|
||||
- >
|
||||
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 (https://github.com/ansible-collections/community.mysql/pull/368).
|
Loading…
Add table
Add a link
Reference in a new issue