Remove a redundant GetInfoSchema call (#9640)
This commit is contained in:
@ -271,7 +271,7 @@ func CompileExecutePreparedStmt(ctx sessionctx.Context, ID uint32, args ...inter
|
||||
}
|
||||
|
||||
stmt := &ExecStmt{
|
||||
InfoSchema: GetInfoSchema(ctx),
|
||||
InfoSchema: is,
|
||||
Plan: execPlan,
|
||||
StmtNode: execStmt,
|
||||
Ctx: ctx,
|
||||
|
||||
Reference in New Issue
Block a user