Update changelogs/fragments/602-show-all-slaves-status.yaml

Co-authored-by: Laurent Indermühle <laurent.indermuehle@pm.me>
This commit is contained in:
William Felipe Welter 2024-01-16 11:01:32 +00:00 committed by GitHub
parent c66a5ac3c4
commit 3ef93e8730
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +1,2 @@
bugfixes: bugfixes:
- slave_status - The mysql_info returns an empty list for slave_status when using MariaDB with multiple named replication channels/sources. Fix now returns all replication channels/sources on MariaDB by running `SHOW ALL SLAVES STATUS` when the server is MariaDB (https://github.com/ansible-collections/community.mysql/issues/603). - mysql_info - The `slave_status` filter was returning an empty list on MariaDB with multiple replication channels. It now returns all channels by running `SHOW ALL SLAVES STATUS` for MariaDB servers. (https://github.com/ansible-collections/community.mysql/issues/603).