List:Commits« Previous MessageNext Message »
From:jon Date:November 28 2007 12:17pm
Subject:svn commit - mysqldoc@docsrva: r8938 - trunk/dynamic-docs/changelog
View as plain text  
Author: jstephens
Date: 2007-11-28 12:17:25 +0100 (Wed, 28 Nov 2007)
New Revision: 8938

Log:

Documented fix for XML Bug #32557



Modified:
   trunk/dynamic-docs/changelog/mysqld.xml


Modified: trunk/dynamic-docs/changelog/mysqld.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld.xml	2007-11-28 11:09:41 UTC (rev 8937)
+++ trunk/dynamic-docs/changelog/mysqld.xml	2007-11-28 11:17:25 UTC (rev 8938)
Changed blocks: 1, Lines Added: 30, Lines Deleted: 0; 1003 bytes

@@ -9,6 +9,36 @@
   <logentry entrytype="bug">
 
     <tags>
+      <manual type="XML"/>
+      <manual type="UpdateXML()"/>
+      <manual type="NULL"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="32557"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.23"/>
+      <version ver="6.0.4"/>
+    </versions>
+
+    <message>
+
+      <para>
+        <literal>ORDER BY UpdateXML(...)</literal> caused the server to
+        crash in queries where
+        <function role="sql">UpdateXML()</function> returned
+        <literal>NULL</literal>.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
       <highlight type="replication"/>
       <manual type="DROP DATABASE"/>
       <manual type="stored procedure"/>


Thread
svn commit - mysqldoc@docsrva: r8938 - trunk/dynamic-docs/changelogjon28 Nov