You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Notice worker that we push a new job and wait the job done.
d.asyncNotifyWorker(job.Type)
logutil.BgLogger().Info("[ddl] start DDL job", zap.String("job", job.String()), zap.String("query", job.Query))
github.com/pingcap/tidb/ddl/ddl.go
while
job.Stringpanicpingcap/parser#577