community.mysql/changelogs/fragments/602-show-all-slaves-status.yaml
William Felipe Welter 3ef93e8730
Update changelogs/fragments/602-show-all-slaves-status.yaml
Co-authored-by: Laurent Indermühle <laurent.indermuehle@pm.me>
2024-01-16 11:01:32 +00:00

2 lines
282 B
YAML

bugfixes:
- 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).