只使用lru

This commit is contained in:
xiezhaodong 2025-04-24 16:11:48 +08:00
parent e233e7c195
commit 2a08d0e193

View File

@ -116,6 +116,7 @@ func (sdb *PreparedStmtDB) Reset() {
}
}(stmt)
}
//Migrator
defaultStmt := newPrepareStmtCache(0, 0)
sdb.Stmts = *defaultStmt
}