Skip to content

Commit

Permalink
sessionctx: set default val of EnableOuterJoinReorder to true
Browse files Browse the repository at this point in the history
  • Loading branch information
winoros committed Nov 30, 2022
1 parent f5487e3 commit 7839a0d
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 7839a0d

Please sign in to comment.