This commit is contained in:
Jorge Rodriguez (A.K.A. Tiriel) 2024-05-02 20:25:02 -03:00 committed by GitHub
commit 7ec57a546c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 324 additions and 2 deletions

View file

@ -0,0 +1,3 @@
---
minor_changes:
- "mysql_replication - add the new options: ``assign_gtids_to_anonymous_transactions``, ``gtid_only``, ``primary_bind``, ``primary_heartbeat_period``, ``primary_retry_count``, ``primary_ssl_crl``, ``primary_ssl_crlpath``, ``primary_tls_version``, ``ignore_server_ids``, ``do_domain_ids``, ``ignore_domain_ids``, ``privilege_checks_user``, ``require_row_format``, ``require_table_primary_key_check``, ``source_connection_auto_failover``, ``primary_compression_algorithms``, ``primary_zstd_compression_level``, ``primary_tls_ciphersuites``, ``primary_public_key_path``, ``get_primary_public_key``, ``network_namespace`` (https://github.com/ansible-collections/community.mysql/issues/59)."