Skip to content

Commit

Permalink
sessionctx: set default val of EnableOuterJoinReorder to true (#39505)
Browse files Browse the repository at this point in the history
close #39504
  • Loading branch information
winoros authored Dec 1, 2022
1 parent 4b1bb5b commit dcec972
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 @@ -939,7 +939,7 @@ const (
DefBroadcastJoinThresholdCount = 10 * 1024
DefTiDBOptimizerSelectivityLevel = 0
DefTiDBOptimizerEnableNewOFGB = false
DefTiDBEnableOuterJoinReorder = false
DefTiDBEnableOuterJoinReorder = true
DefTiDBEnableNAAJ = false
DefTiDBAllowBatchCop = 1
DefTiDBAllowMPPExecution = true
Expand Down

0 comments on commit dcec972

Please sign in to comment.