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 }