Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: husharp <jinhao.hu@pingcap.com>
  • Loading branch information
HuSharp committed May 12, 2023
1 parent 937c166 commit 6b8dba7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion planner/optimize.go
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ func Optimize(ctx context.Context, sctx sessionctx.Context, node ast.Node, is in
sessVars.StmtCtx.AppendWarning(err)
}
}

plan, curNames, cost, err := optimize(ctx, sctx, node, is)
if err != nil {
binding.Status = bindinfo.Invalid
Expand Down

0 comments on commit 6b8dba7

Please sign in to comment.