Skip to content

Commit

Permalink
fix: issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Fizic committed Mar 19, 2024
1 parent d0108bf commit 185eaaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/app/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,9 @@ func isSplitBrained(slaveGtidSet, masterGtidSet *gomysql.MysqlGTIDSet, masterUUI
continue
}

return false
return true
}
return true
return false
}

func validatePriority(priority *int64) error {
Expand Down

0 comments on commit 185eaaf

Please sign in to comment.