We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 792537b commit aaf9459Copy full SHA for aaf9459
driver/mysql/applier_mts.go
@@ -62,7 +62,7 @@ func (mm *MtsManager) WaitForAllCommitted(logger g.LoggerType) bool {
62
defer t.Stop()
63
64
for {
65
- if atomic.LoadInt64(&mm.lastCommitted) == mm.lastEnqueue {
+ if atomic.LoadInt64(&mm.lastCommitted) >= mm.lastEnqueue {
66
return true
67
}
68
0 commit comments