List:Commits« Previous MessageNext Message »
From:Todd Farmer Date:January 14 2009 12:07am
Subject:bzr push into connector-j/branches/branch_5_1 branch (todd.farmer:759
to 760) Bug#42055
View as plain text  
  760 Todd Farmer	2009-01-13
      Updating CHANGES for BUG#42055.
modified:
  CHANGES

  759 Todd Farmer	2009-01-13
      Fixing BUG#42055 ConcurrentModificationException when purging global blacklist.
modified:
  src/com/mysql/jdbc/LoadBalancingConnectionProxy.java

=== modified file 'CHANGES'
--- a/CHANGES	2008-12-01 21:38:32 +0000
+++ b/CHANGES	2009-01-14 00:06:36 +0000
@@ -4,6 +4,9 @@ nn-nn-08 - Version 5.1.8
     - Fixed BUG#41161 - PreparedStatement.addBatch() doesn't check for all parameters
       being set, which leads to a NullPointerException when calling executeBatch() and
       rewriting batched statements into multi-value or multi-statement statements.
+
+    - Fixed BUG#42055 - ConcurrentModificationException possible when removing items
+      from global blacklist.
       
 10-22-08 - Version 5.1.7
 	- Fixed BUG#33861 - Added global blacklist for LoadBalancingConnectionProxy and

Thread
bzr push into connector-j/branches/branch_5_1 branch (todd.farmer:759to 760) Bug#42055Todd Farmer14 Jan