From 3ef93e87305eda664a9cd283fb8ffc6613741755 Mon Sep 17 00:00:00 2001 From: William Felipe Welter Date: Tue, 16 Jan 2024 11:01:32 +0000 Subject: [PATCH] Update changelogs/fragments/602-show-all-slaves-status.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Laurent Indermühle --- changelogs/fragments/602-show-all-slaves-status.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/fragments/602-show-all-slaves-status.yaml b/changelogs/fragments/602-show-all-slaves-status.yaml index 10fe547..f42ede6 100644 --- a/changelogs/fragments/602-show-all-slaves-status.yaml +++ b/changelogs/fragments/602-show-all-slaves-status.yaml @@ -1,2 +1,2 @@ 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).