Author: tbedford
Date: 2009-11-03 16:43:57 +0100 (Tue, 03 Nov 2009)
New Revision: 17429
Log:
Added an entry for dev bug #48442
Modified:
trunk/dynamic-docs/changelog/connector-j.xml
Modified: trunk/dynamic-docs/changelog/connector-j.xml
===================================================================
--- trunk/dynamic-docs/changelog/connector-j.xml 2009-11-03 15:28:41 UTC (rev 17428)
+++ trunk/dynamic-docs/changelog/connector-j.xml 2009-11-03 15:43:57 UTC (rev 17429)
Changed blocks: 1, Lines Added: 28, Lines Deleted: 0; 1133 bytes
@@ -5,6 +5,34 @@
<logentry entrytype="bug">
<bugs>
+ <fixes bugid="48442"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.11"/>
+ </versions>
+
+ <message>
+
+ <para>
+ The implementation for load-balanced
+ <literal>Connection</literal> used a proxy, which delegated
+ method calls, including <literal>equals()</literal> and
+ <literal>hashCode()</literal>, to underlying
+ <literal>Connection</literal> objects. This meant that
+ successive calls to <literal>hashCode()</literal> on the same
+ object potentially returned different values, if the proxy state
+ had changed such that it was utilizing a different underlying
+ connection.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <bugs>
<fixes bugid="48172"/>
</bugs>
Thread |
---|
• svn commit - mysqldoc@docsrva: r17429 - trunk/dynamic-docs/changelog | anthony.bedford | 3 Nov |