From c66a5ac3c424d7a2198364a248f15ccf252aaf5d Mon Sep 17 00:00:00 2001 From: William Welter Date: Wed, 10 Jan 2024 15:20:59 +0000 Subject: [PATCH] Adding changlog fragment --- changelogs/fragments/602-show-all-slaves-status.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelogs/fragments/602-show-all-slaves-status.yaml diff --git a/changelogs/fragments/602-show-all-slaves-status.yaml b/changelogs/fragments/602-show-all-slaves-status.yaml new file mode 100644 index 000000000..10fe547cf --- /dev/null +++ b/changelogs/fragments/602-show-all-slaves-status.yaml @@ -0,0 +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).