From 3c6a0efa29bd508f674f23a6c2ffcc5c4c72a6ef Mon Sep 17 00:00:00 2001 From: Abhinandan Prateek Date: Wed, 7 Sep 2011 05:50:33 +0530 Subject: [PATCH] bug 11181: adding a param so that mysql can cache the listVM prepared statement sql effectively --- utils/conf/db.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/conf/db.properties b/utils/conf/db.properties index e90b88f702b..c5346c6ae98 100644 --- a/utils/conf/db.properties +++ b/utils/conf/db.properties @@ -24,7 +24,7 @@ db.cloud.removeAbandoned=false db.cloud.removeAbandonedTimeout=300 db.cloud.logAbandoned=true db.cloud.poolPreparedStatements=false -db.cloud.url.params=prepStmtCacheSize=517&cachePrepStmts=true +db.cloud.url.params=prepStmtCacheSize=517&cachePrepStmts=true&prepStmtCacheSqlLimit=4096 # usage database settings db.usage.username=cloud