Add changelog fragment

This commit is contained in:
Laurent Indermuehle 2024-04-30 09:32:21 +02:00
parent 35599a7176
commit 145cf2b134
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -0,0 +1,4 @@
---
minor_changes:
- mysql_replication - Improve detection of IsReplica and IsPrimary by inspecting the dictionary returned from the SQL query instead of relying on variable types. This ensures compatibility with changes in the connector or the output of SHOW REPLICA STATUS and SHOW MASTER STATUS, allowing for easier maintenance if these change in the future.