Skip to content

Commit

Permalink
sessionctx/variable: change add index variable default value (#11786) (
Browse files Browse the repository at this point in the history
  • Loading branch information
crazycs520 authored and winkyao committed Aug 27, 2019
1 parent 2488203 commit dfcd94c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sessionctx/variable/tidb_vars.go
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,8 @@ const (
DefTiDBProjectionConcurrency = 4
DefTiDBOptimizerSelectivityLevel = 0
DefTiDBTxnMode = ""
DefTiDBDDLReorgWorkerCount = 16
DefTiDBDDLReorgBatchSize = 1024
DefTiDBDDLReorgWorkerCount = 4
DefTiDBDDLReorgBatchSize = 256
DefTiDBDDLErrorCountLimit = 512
DefTiDBHashAggPartialConcurrency = 4
DefTiDBHashAggFinalConcurrency = 4
Expand Down

0 comments on commit dfcd94c

Please sign in to comment.