Skip to content

Commit 7c4ecae

Browse files
committed
u
Signed-off-by: Weizhen Wang <[email protected]>
1 parent 202b336 commit 7c4ecae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/planner/core/optimizer.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1154,6 +1154,9 @@ func logicalOptimize(ctx context.Context, flag uint64, logic LogicalPlan) (Logic
11541154
if planChanged && ok && isLogicalRuleDisabled(interactionRule) {
11551155
againRuleList = append(againRuleList, interactionRule)
11561156
}
1157+
if !logic.SCtx().GetSessionVars().InRestrictedSQL {
1158+
fmt.Println("fuck")
1159+
}
11571160
}
11581161

11591162
// Trigger the interaction rule

0 commit comments

Comments
 (0)