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