Skip to content

Commit

Permalink
remove empty line
Browse files Browse the repository at this point in the history
Signed-off-by: you06 <[email protected]>
  • Loading branch information
you06 committed Jun 14, 2022
1 parent 3b5b675 commit 84c91e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion session/session.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 84c91e5

Please sign in to comment.