mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-22 12:50:24 -07:00
Release 3.1.3 commit (#337)
This commit is contained in:
parent
450cb19027
commit
4aab8ac808
6 changed files with 39 additions and 7 deletions
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- mysql_replication - fails when using the `primary_use_gtid` option with `slave_pos` or `replica_pos` (https://github.com/ansible-collections/community.mysql/issues/335).
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- "mysql_user - fix the possibility for a race condition that breaks certain (circular) replication configurations when ``DROP USER`` is executed on multiple nodes in the replica set. Adding ``IF EXISTS`` avoids the need to use ``sql_log_bin: no`` making the statement always replication safe (https://github.com/ansible-collections/community.mysql/pull/287)."
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- "mysql_role - remove redundant connection closing (https://github.com/ansible-collections/community.mysql/pull/330)."
|
Loading…
Add table
Add a link
Reference in a new issue