Created attachment 34011 [details] Don't set validationquery, when none is given Use the default isValid method from jdbc, when no validation query is given for the jdbc pool. The patch was discussed shortly in Bug 59363.
Date: Tue Jul 5 19:45:30 2016 New Revision: 1751545 URL: http://svn.apache.org/viewvc?rev=1751545&view=rev Log: Use isValid() method from jdbc driver, if no validationQuery is given in JDBC Connection Configuration. Bugzilla Id: 59803 Modified: jmeter/trunk/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/config/DataSourceElement.java jmeter/trunk/xdocs/changes.xml jmeter/trunk/xdocs/usermanual/component_reference.xml