Skip to content

Commit

Permalink
update sql visitor
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Raddon committed Jan 22, 2016
1 parent 02de1f8 commit 808dbe3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontends/mysqlfe/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ func BuildMySqlob(ctx *plan.Context) (*MySqlJob, error) {
// We are going to swap out a new distributed planner
b.TaskMaker = planner.TaskRunnersMaker
job := &MySqlJob{JobBuilder: &b}
b.Visitor = job

task, err := exec.BuildSqlJobVisitor(job, ctx)
taskRunner, ok := task.(exec.TaskRunner)
Expand Down

0 comments on commit 808dbe3

Please sign in to comment.