From 84c91e58bb382e16700665196ff8c4c10402ce1d Mon Sep 17 00:00:00 2001 From: you06 Date: Tue, 14 Jun 2022 14:28:10 +0800 Subject: [PATCH] remove empty line Signed-off-by: you06 --- session/session.go | 1 - 1 file changed, 1 deletion(-) diff --git a/session/session.go b/session/session.go index 8b34f1d2b97ff..93c801fb93df6 100644 --- a/session/session.go +++ b/session/session.go @@ -1957,7 +1957,6 @@ func (s *session) ExecutePreparedStmt(ctx context.Context, stmtID uint32, args [ if !ok { return nil, errors.Errorf("invalid CachedPrepareStmt type") } - executor.CountStmtNode(preparedStmt.PreparedAst.Stmt, s.sessionVars.InRestrictedSQL) ok, err = s.IsCachedExecOk(ctx, preparedStmt) if err != nil {