[jboss-svn-commits] JBL Code SVN: r30767 - labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/mysql.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Dec 18 09:50:40 EST 2009


Author: whitingjr
Date: 2009-12-18 09:50:39 -0500 (Fri, 18 Dec 2009)
New Revision: 30767

Modified:
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/mysql/db-profile.properties
Log:
Updated mysql connection and resource properties. Now supports container pooling and statement caching.


Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/mysql/db-profile.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/mysql/db-profile.properties	2009-12-18 14:48:17 UTC (rev 30766)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/mysql/db-profile.properties	2009-12-18 14:50:39 UTC (rev 30767)
@@ -1,5 +1,4 @@
 
-
 # MySQL requires ['user', 'password', 'url']
 
 # report to profiling system vendor support for xa, used to verify command line parameters
@@ -15,11 +14,16 @@
 
 mysql.db-vendor-constraint-class=org.jboss.jbossts.performance.persistence.vendor.MySQL
 
-
 mysql.db-vendor-profiling=com.mysql,org.gjt
 # inclusion xpaths
 mysql.db-vendor-package.xpath=com.mysql
-
 mysql.db-vendor.method.xpaths=
 
-mysql.db-vendor.cache.statements=false
\ No newline at end of file
+mysql.db-pool-min.size=5
+mysql.db-pool-max.size=20
+mysql.db-connection-blocking.timeout=1000
+mysql.db-connection-idle.timeout=200000
+mysql.db-connection-background.interval=1000
+mysql.db-connection-background.validation=false
+mysql.db-connection-share.prepared.statements=true
+mysql.db-connection-prepared.statement.cache.size=20



More information about the jboss-svn-commits mailing list