Skip to content

Commit 19002c0

Browse files
merge conflict
1 parent a52ebf7 commit 19002c0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

go/logic/migrator.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,6 +1038,7 @@ func (mgtr *Migrator) resumeMoveTablesCutOverFromCheckpoint(chk *Checkpoint) err
10381038
}
10391039
atomic.StoreInt64(&mgtr.migrationContext.CutOverCompleteFlag, 1)
10401040
mgtr.migrationContext.Log.Debugf("T4: CutOverCompleteFlag set")
1041+
mgtr.migrationContext.MoveTables.DrainGTID = chk.MoveTablesCutOverDrainGTID
10411042
if err := mgtr.hooksExecutor.OnSuccess(false); err != nil {
10421043
return fmt.Errorf("on-success hook failed: %w", err)
10431044
}

0 commit comments

Comments
 (0)