We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d0e633 + a1e9c9d commit 959532fCopy full SHA for 959532f
1 file changed
go/logic/migrator.go
@@ -1374,7 +1374,9 @@ func (this *Migrator) initiateApplier() error {
1374
return err
1375
}
1376
1377
- this.applier.WriteChangelogState(string(GhostTableMigrated))
+ if _, err := this.applier.WriteChangelogState(string(GhostTableMigrated)); err != nil {
1378
+ return err
1379
+ }
1380
1381
1382
// ensure performance_schema.metadata_locks is available.
0 commit comments