List:Commits« Previous MessageNext Message »
From:mmatthews Date:July 16 2008 3:14pm
Subject:Connector/J commit: r6796 - branches/branch_5_1
View as plain text  
Modified:
   branches/branch_5_1/CHANGES
Log:
Documenting change of "useLocalTransactionState"

Modified: branches/branch_5_1/CHANGES
===================================================================
--- branches/branch_5_1/CHANGES	2008-07-16 15:11:10 UTC (rev 6795)
+++ branches/branch_5_1/CHANGES	2008-07-16 15:14:13 UTC (rev 6796)
@@ -51,6 +51,10 @@
 	  "useColumnNamesInFindColumn" to "true".
 	
 	- Fixed BUG#35489 - Prepared statements from pooled connections cause NPE when closed() under JDBC-4.0.
+	
+	- Added connection property "useLocalTransactionState" which configures if the driver use the in-transaction 
+	  state provided by the MySQL protocol to determine if a commit() or rollback() should actually be sent to the database.
+	  (disabled by default).
 	  
 03-06-08 - Version 5.1.6
 

Thread
Connector/J commit: r6796 - branches/branch_5_1mmatthews16 Jul