Adding changlog fragment

This commit is contained in:
William Welter 2024-01-10 15:20:59 +00:00
parent 4c5e8f8bb1
commit c66a5ac3c4

View file

@ -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).