Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bb7133 committed May 15, 2019
1 parent 62cb0a1 commit 2f14d76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ddl/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ func onModifySchemaCharsetAndCollate(t *meta.Meta, job *model.Job) (ver int64, _

dbInfo, err := t.GetDatabase(job.SchemaID)
if err != nil {
job.State = model.JobStateCancelled
return ver, errors.Trace(err)
}

Expand Down

0 comments on commit 2f14d76

Please sign in to comment.