bug 11181: adding a param so that mysql can cache the listVM prepared statement sql effectively

This commit is contained in:
Abhinandan Prateek 2011-09-07 05:50:33 +05:30
parent 5a19056aa2
commit 3c6a0efa29
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ db.cloud.removeAbandoned=false
db.cloud.removeAbandonedTimeout=300 db.cloud.removeAbandonedTimeout=300
db.cloud.logAbandoned=true db.cloud.logAbandoned=true
db.cloud.poolPreparedStatements=false 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 # usage database settings
db.usage.username=cloud db.usage.username=cloud