Skip to content

Commit

Permalink
planner: disable partition table dynamic mode by default (#25339) (#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-srebot authored Jun 15, 2021
1 parent 8e1cae7 commit 0fc8d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sessionctx/variable/tidb_vars.go
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ const (
DefTiDBEnableTelemetry = true
DefTiDBEnableParallelApply = false
DefTiDBEnableAmendPessimisticTxn = false
DefTiDBPartitionPruneMode = "dynamic"
DefTiDBPartitionPruneMode = "static"
DefTiDBEnableRateLimitAction = true
DefTiDBEnableAsyncCommit = false
DefTiDBEnable1PC = false
Expand Down

0 comments on commit 0fc8d82

Please sign in to comment.