Author: jstephens
Date: 2010-05-04 16:06:23 +0200 (Tue, 04 May 2010)
New Revision: 20412
Log:
Added/modified changelog entries:
BUG#32767, BUG#44344, BUG#50928, BUG#52011
Modified:
trunk/dynamic-docs/changelog/mysqld-1.xml
trunk/dynamic-docs/changelog/mysqld-2.xml
Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml 2010-05-04 13:24:30 UTC (rev 20411)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml 2010-05-04 14:06:23 UTC (rev 20412)
Changed blocks: 2, Lines Added: 9, Lines Deleted: 2; 1161 bytes
@@ -77358,13 +77358,17 @@
<tags>
<manual type="errors"/>
+ <manual type="IPv6"/>
</tags>
<bugs>
<fixes bugid="37267"/>
+ <seealsobug bugid="44344"/>
</bugs>
<versions>
+ <version ver="5.1.44-ndb-7.0.15"/>
+ <version ver="5.1.44-ndb-7.1.4"/>
<version ver="5.5.0"/>
<version ver="6.0.14"/>
</versions>
@@ -77372,8 +77376,11 @@
<message>
<para>
- The client library mishandled <literal>EINPROGRESS</literal>
- errors for connections in nonblocking mode.
+ The MySQL client library mishandled
+ <literal>EINPROGRESS</literal> errors for connections in
+ nonblocking mode. This could lead to replication failures on
+ hosts capable of resolving both IPv4 and IPv6 network addresses,
+ when trying to resolve <literal>localhost</literal>.
</para>
</message>
Modified: trunk/dynamic-docs/changelog/mysqld-2.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-2.xml 2010-05-04 13:24:30 UTC (rev 20411)
+++ trunk/dynamic-docs/changelog/mysqld-2.xml 2010-05-04 14:06:23 UTC (rev 20412)
Changed blocks: 1, Lines Added: 32, Lines Deleted: 0; 1087 bytes
@@ -10,6 +10,38 @@
<tags>
<highlight type="cluster"/>
+ <manual type="DataMemory"/>
+ <manual type="ndbd"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="52536"/>
+ <fixes bugid="50928"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.44-ndb-6.2.19"/>
+ <version ver="5.1.44-ndb-6.3.34"/>
+ <version ver="5.1.44-ndb-7.0.15"/>
+ <version ver="5.1.44-ndb-7.1.4"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Setting <literal>DataMemory</literal> higher than 4G on 32-bit
+ platforms caused <command>ndbd</command> to crash, instead of
+ failing gracefully with an error.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <highlight type="cluster"/>
<manual type="lower_case_table_names"/>
</tags>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r20412 - trunk/dynamic-docs/changelog | jon.stephens | 4 May |