Skip to content

Commit 3d9276f

Browse files
author
Yves Trudeau
committed
Removed the redundant test on usingGTID() as it was causing the system tests to fail
1 parent 1591acf commit 3d9276f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/inst/instance_topology.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2815,7 +2815,7 @@ func relocateReplicasInternal(replicas [](*Instance), instance, other *Instance)
28152815
}
28162816

28172817
// GTID
2818-
if other.UsingGTID() {
2818+
{
28192819

28202820
movedReplicas, unmovedReplicas, err, errs := moveReplicasViaGTID(replicas, other, nil)
28212821

0 commit comments

Comments
 (0)