[jboss-svn-commits] JBL Code SVN: r30937 - 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
Tue Jan 5 13:08:56 EST 2010
Author: whitingjr
Date: 2010-01-05 13:08:56 -0500 (Tue, 05 Jan 2010)
New Revision: 30937
Modified:
labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/mysql/db-profile.properties
Log:
Added xpaths for methods of interest.
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 2010-01-05 18:08:25 UTC (rev 30936)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/mysql/db-profile.properties 2010-01-05 18:08:56 UTC (rev 30937)
@@ -17,7 +17,7 @@
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.method.xpaths=com.mysql.jdbc.Buffer:readByte,com.mysql.jdbc.Buffer:writeByte
mysql.db-pool-min.size=5
mysql.db-pool-max.size=20
More information about the jboss-svn-commits
mailing list