Skip to content

Commit

Permalink
fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
tangenta committed Jan 29, 2023
1 parent c9ba0e7 commit 1d2a897
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ddl/index.go
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,6 @@ func doReorgWorkForCreateIndexMultiSchema(w *worker, d *ddlCtx, t *meta.Meta, jo
job.MarkNonRevertible()
if err == nil {
ver, err = updateVersionAndTableInfo(d, t, job, tbl.Meta(), true)
return false, ver, err
}
}
// We need another round to wait for all the others sub-jobs to finish.
Expand Down

0 comments on commit 1d2a897

Please sign in to comment.