Skip to content

Commit e2ae7d3

Browse files
committed
u
Signed-off-by: Weizhen Wang <[email protected]>
1 parent d2cac0a commit e2ae7d3

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
@@ -1011,6 +1011,9 @@ func logicalOptimize(ctx context.Context, flag uint64, logic base.LogicalPlan) (
10111011
if planChanged && ok && isLogicalRuleDisabled(interactionRule) {
10121012
againRuleList = append(againRuleList, interactionRule)
10131013
}
1014+
if !logic.SCtx().GetSessionVars().InRestrictedSQL {
1015+
fmt.Println("fuck")
1016+
}
10141017
}
10151018

10161019
// Trigger the interaction rule

0 commit comments

Comments
 (0)