diff --git a/go/logic/applier.go b/go/logic/applier.go index 9554c59..d9b248b 100644 --- a/go/logic/applier.go +++ b/go/logic/applier.go @@ -300,7 +300,7 @@ func (this *Applier) AlterGhost() error { return err } -// AlterGhost applies `alter` statement on ghost table +// AlterGhostAutoIncrement alter `AUTO_INCREMENT` clause on ghost table func (this *Applier) AlterGhostAutoIncrement() error { query := fmt.Sprintf(`alter /* gh-ost */ table %s.%s AUTO_INCREMENT=%d`, sql.EscapeName(this.migrationContext.DatabaseName),