Skip to content

Commit 74fb8e8

Browse files
morgodm-2
andauthored
Update go/logic/migrator.go
Co-authored-by: dm-2 <[email protected]>
1 parent 3f3a10a commit 74fb8e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/logic/migrator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ func (this *Migrator) Migrate() (err error) {
368368
this.migrationContext.Log.Infof("Success! table %s.%s migrated instantly", sql.EscapeName(this.migrationContext.DatabaseName), sql.EscapeName(this.migrationContext.OriginalTableName))
369369
return nil
370370
} else {
371-
this.migrationContext.Log.Infof("ALGORITHM=INSTANT failed, proceeding with original algorithm: %s", err)
371+
this.migrationContext.Log.Infof("ALGORITHM=INSTANT not supported for this operation, proceeding with original algorithm: %s", err)
372372
}
373373
}
374374

0 commit comments

Comments
 (0)