Author: jstephens
Date: 2010-10-26 11:33:28 +0200 (Tue, 26 Oct 2010)
New Revision: 23381
Log:
Changelog entries for Cluster bugfixes:
BUG#53528/BUG#52131, BUG#56853
Modified:
trunk/dynamic-docs/changelog/mysqld-2.xml
Modified: trunk/dynamic-docs/changelog/mysqld-2.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-2.xml 2010-10-26 06:37:21 UTC (rev 23380)
+++ trunk/dynamic-docs/changelog/mysqld-2.xml 2010-10-26 09:33:28 UTC (rev 23381)
Changed blocks: 1, Lines Added: 76, Lines Deleted: 0; 2526 bytes
@@ -9,7 +9,83 @@
<logentry entrytype="bug">
<tags>
+ <highlight type="cluster"/>
+ <manual type="LIKE"/>
+ <manual type="VARCHAR"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="56853"/>
+ </bugs>
+
+ <versions>
+ <versions>
+ <version ver="5.1.51-ndb-6.3.39"/>
+ <version ver="5.1.51-ndb-7.0.20"/>
+ <version ver="5.1.51-ndb-7.1.9"/>
+ </versions>
+ </versions>
+
+ <message>
+
+ <para>
+ Queries using <literal>WHERE
+ <replaceable>varchar_pk_column</replaceable> LIKE
+ '<replaceable>pattern</replaceable>%'</literal> or
+ <literal>WHERE <replaceable>varchar_pk_column</replaceable> LIKE
+ '<replaceable>pattern</replaceable>_'</literal> against an
+ <literal role="se">NDB</literal> table having a
+ <literal role="type">VARCHAR</literal> column as its primary key
+ failed to return all matching rows.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
<highlight type="clusterreplication"/>
+ <manual type="SET"/>
+ <manual type="ENUM"/>
+ <manual type="endian"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="52131"/>
+ <seealsobug bugid="53528"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.51-ndb-6.3.39"/>
+ <version ver="5.1.51-ndb-7.0.20"/>
+ <version ver="5.1.51-ndb-7.1.9"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Replication of <literal role="type">SET</literal> and
+ <literal role="type">ENUM</literal> columns represented using
+ more than 1 byte (that is, <literal role="type">SET</literal>
+ columns with more than 8 members and
+ <literal role="type">ENUM</literal> columns with more than 256
+ constants) between platforms using different endianness failed
+ when using the row-based format. This was because columns of
+ these types are represented internally using integers, but the
+ internal functions used by MySQL to handle them treated them as
+ strings.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <highlight type="clusterreplication"/>
<manual type="--slave-allow-batching"/>
<manual type="profiling"/>
</tags>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r23381 - trunk/dynamic-docs/changelog | jon.stephens | 26 Oct |