From 145cf2b134146b1a4003f2edb7db50d10faffb68 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Tue, 30 Apr 2024 09:32:21 +0200 Subject: [PATCH] Add changelog fragment --- changelogs/fragments/improve_get_replica_primary_status.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changelogs/fragments/improve_get_replica_primary_status.yml diff --git a/changelogs/fragments/improve_get_replica_primary_status.yml b/changelogs/fragments/improve_get_replica_primary_status.yml new file mode 100644 index 0000000..512d7ef --- /dev/null +++ b/changelogs/fragments/improve_get_replica_primary_status.yml @@ -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.