Author: jstephens
Date: 2011-01-26 16:26:53 +0100 (Wed, 26 Jan 2011)
New Revision: 24891
Log:
Changelog entry: fix for XML Functions BUG#44332
Modified:
trunk/dynamic-docs/changelog/mysqld-2.xml
Modified: trunk/dynamic-docs/changelog/mysqld-2.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-2.xml 2011-01-26 15:18:13 UTC (rev 24890)
+++ trunk/dynamic-docs/changelog/mysqld-2.xml 2011-01-26 15:26:53 UTC (rev 24891)
Changed blocks: 1, Lines Added: 31, Lines Deleted: 0; 1082 bytes
@@ -9,6 +9,37 @@
<logentry entrytype="bug">
<tags>
+ <manual type="XML"/>
+ <manual type="comments"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="44332"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.56"/>
+ <version ver="5.5.10"/>
+ <version ver="5.6.2"/>
+ </versions>
+
+ <message>
+
+ <para>
+ When using <literal role="func">ExtractValue()</literal> or
+ <literal role="func">UpdateXML()</literal>, if the XML to be
+ read contained an incomplete XML comment, MySQL read beyond the
+ end of the XML string when processing, leading to a crash of the
+ server.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
<highlight type="partitioning"/>
<manual type="ALTER TABLE"/>
</tags>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r24891 - trunk/dynamic-docs/changelog | jon.stephens | 26 Jan |