Skip to content

Commit 43b1f58

Browse files
author
ffffwh
committed
fix missing bigtx ack
1 parent 805a121 commit 43b1f58

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

driver/mysql/applier_incr.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -300,10 +300,7 @@ func (a *ApplierIncr) handleEntry(entryCtx *common.EntryContext) (err error) {
300300
// Note: the gtidExecuted will be updated after commit.
301301
// For a big-tx, we determine whether to skip for each parts.
302302
if skipEntry {
303-
if binlogEntry.Final {
304-
a.EntryExecutedHook(binlogEntry) // make gtid continuous
305-
}
306-
303+
a.EntryExecutedHook(binlogEntry) // make gtid continuous
307304
return nil
308305
}
309306
// endregion

0 commit comments

Comments
 (0)