We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6944341 commit 8c0f805Copy full SHA for 8c0f805
1 file changed
go/logic/migrator.go
@@ -545,7 +545,7 @@ func (this *Migrator) Migrate() (err error) {
545
this.consumeRowCopyComplete()
546
this.migrationContext.Log.Infof("Row copy complete")
547
// Check if row copy was aborted due to error
548
- if err := this.migrationContext.GetAbortError(); err != nil {
+ if err := this.checkAbort(); err != nil {
549
return err
550
}
551
if err := this.hooksExecutor.onRowCopyComplete(); err != nil {
0 commit comments