Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: wjhuang2016 <huangwenjun1997@gmail.com>
  • Loading branch information
wjhuang2016 committed Mar 13, 2023
1 parent 593f54c commit e9d2ea5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ddl/ddl.go
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,6 @@ func newDDL(ctx context.Context, options ...Option) *ddl {
ctx = kv.WithInternalSourceType(ctx, kv.InternalTxnDDL)
ddlCtx.ctx, ddlCtx.cancel = context.WithCancel(ctx)
ddlCtx.runningJobs.ids = make(map[int64]struct{})
ddlCtx.waiting = atomicutil.NewBool(false)

d := &ddl{
ddlCtx: ddlCtx,
Expand Down

0 comments on commit e9d2ea5

Please sign in to comment.