Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

variable, ddl: add session variable 'tidb_ddl_reorg_priority' to set operation priority of ddl reorg #7116

Merged
merged 7 commits into from
Aug 8, 2018
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/master' into add_variable_cont…
…rol_reorg_priority
  • Loading branch information
winkyao committed Aug 7, 2018
commit ed2c7563adb39f43b85e10778d2337fd263578e7
1 change: 0 additions & 1 deletion ddl/index.go
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,6 @@ func newAddIndexWorker(sessCtx sessionctx.Context, worker *worker, id int, t tab
table: t,
colFieldMap: colFieldMap,
priority: kv.PriorityLow,

defaultVals: make([]types.Datum, len(t.Cols())),
rowMap: make(map[int64]types.Datum, len(colFieldMap)),
}
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.