Author: js221926
Date: 2011-03-31 13:45:05 +0200 (Thu, 31 Mar 2011)
New Revision: 25647
Log:
ClusterJ bugfixes: changelog entries
BUG#11766756 / BUG#59941
BUG#11766757 / BUG#59942
Modified:
trunk/dynamic-docs/changelog/mysqld-2.xml
Modified: trunk/dynamic-docs/changelog/mysqld-2.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-2.xml 2011-03-31 09:50:46 UTC (rev 25646)
+++ trunk/dynamic-docs/changelog/mysqld-2.xml 2011-03-31 11:45:05 UTC (rev 25647)
Changed blocks: 1, Lines Added: 68, Lines Deleted: 0; 1787 bytes
@@ -6,6 +6,74 @@
]>
<changelog>
+ <logentry entrytype="bug">
+
+ <tags>
+ <highlight type="clusterj"/>
+ <manual type="DynamicObject"/>
+ <manual type="indexes"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="11766757"/>
+ <fixes bugid="59942"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.51-ndb-7.1.12"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Binary columns can now be used as key columns.
+ </para>
+
+ <para>
+ Error reporting when trying to use unsupported column types has
+ been improved.
+ </para>
+
+ <para>
+ Updates for
+ <literal><link linkend="mccj-clusterj-dynamicobject">DynamicObject</link></literal>
+ persistent classes are now handled as expected.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <highlight type="clusterj"/>
+ <manual type="VARBINARY"/>
+ <manual type="LONGVARBINARY"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="11766756"/>
+ <fixes bugid="59941"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.51-ndb-7.1.12"/>
+ </versions>
+
+ <message>
+
+ <para>
+ ClusterJ incorrectly asked for the character set for a
+ <literal role="type" condition="varbinary">LONGVARBINARY</literal>
+ column with <literal role="type">VARBINARY(256)</literal>
+ columns, leading to a VM crash caused by invalid memory access.
+ </para>
+
+ </message>
+
+ </logentry>
+
<logentry entrytype="feature">
<tags>
| Thread |
|---|
| • svn commit - mysqldoc@oter02: r25647 - trunk/dynamic-docs/changelog | jon.stephens | 31 Mar |