From 2a08d0e1939e58d13abf6eb31e39b85b64d26ad4 Mon Sep 17 00:00:00 2001 From: xiezhaodong Date: Thu, 24 Apr 2025 16:11:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AA=E4=BD=BF=E7=94=A8lru?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prepare_stmt.go | 1 + 1 file changed, 1 insertion(+) diff --git a/prepare_stmt.go b/prepare_stmt.go index cf6d2864..650ff269 100644 --- a/prepare_stmt.go +++ b/prepare_stmt.go @@ -116,6 +116,7 @@ func (sdb *PreparedStmtDB) Reset() { } }(stmt) } + //Migrator defaultStmt := newPrepareStmtCache(0, 0) sdb.Stmts = *defaultStmt }