func (d *ddl) getFirstJob(t *meta.Meta) (*model.Job, error) { job, err := t.GetDDLJob(0) return job, errors.Trace(err) }