From: Date: March 9 2006 10:03pm Subject: Connector/J commit: r5036 - in branches: branch_3_1/connector-j branch_5_0/connector-j branch_5_1/connector-j List-Archive: http://lists.mysql.com/commits/3668 Message-Id: <200603092103.k29L3m4p005093@bk-internal.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Modified: branches/branch_3_1/connector-j/CHANGES branches/branch_5_0/connector-j/CHANGES branches/branch_5_1/connector-j/CHANGES Log: Updated for bugfixes. Modified: branches/branch_3_1/connector-j/CHANGES =================================================================== --- branches/branch_3_1/connector-j/CHANGES 2006-03-09 21:00:13 UTC (rev 5035) +++ branches/branch_3_1/connector-j/CHANGES 2006-03-09 21:03:46 UTC (rev 5036) @@ -60,6 +60,16 @@ - Fixed BUG#18041 - Server-side prepared statements don't cause truncation exceptions to be thrown when truncation happens. + + - Added performance feature, re-writing of batched executes for + Statement.executeBatch() (for all DML statements) and + PreparedStatement.executeBatch() (for INSERTs with VALUE clauses + only). Enable by using "rewriteBatchedStatements=true" in your JDBC URL. + + - Fixed BUG#17898 - registerOutParameter not working when some + parameters pre-populated. Still waiting for feedback from JDBC experts + group to determine what correct parameter count from getMetaData() + should be, however. 11-30-05 - Version 3.1.12 Modified: branches/branch_5_0/connector-j/CHANGES =================================================================== --- branches/branch_5_0/connector-j/CHANGES 2006-03-09 21:00:13 UTC (rev 5035) +++ branches/branch_5_0/connector-j/CHANGES 2006-03-09 21:03:46 UTC (rev 5036) @@ -163,6 +163,16 @@ - Fixed BUG#18041 - Server-side prepared statements don't cause truncation exceptions to be thrown when truncation happens. + + - Added performance feature, re-writing of batched executes for + Statement.executeBatch() (for all DML statements) and + PreparedStatement.executeBatch() (for INSERTs with VALUE clauses + only). Enable by using "rewriteBatchedStatements=true" in your JDBC URL. + + - Fixed BUG#17898 - registerOutParameter not working when some + parameters pre-populated. Still waiting for feedback from JDBC experts + group to determine what correct parameter count from getMetaData() + should be, however. 11-30-05 - Version 3.1.12 Modified: branches/branch_5_1/connector-j/CHANGES =================================================================== --- branches/branch_5_1/connector-j/CHANGES 2006-03-09 21:00:13 UTC (rev 5035) +++ branches/branch_5_1/connector-j/CHANGES 2006-03-09 21:03:46 UTC (rev 5036) @@ -165,6 +165,16 @@ - Fixed BUG#18041 - Server-side prepared statements don't cause truncation exceptions to be thrown when truncation happens. + + - Added performance feature, re-writing of batched executes for + Statement.executeBatch() (for all DML statements) and + PreparedStatement.executeBatch() (for INSERTs with VALUE clauses + only). Enable by using "rewriteBatchedStatements=true" in your JDBC URL. + + - Fixed BUG#17898 - registerOutParameter not working when some + parameters pre-populated. Still waiting for feedback from JDBC experts + group to determine what correct parameter count from getMetaData() + should be, however. 11-30-05 - Version 3.1.12