Author: jstephens
Date: 2007-11-27 17:34:28 +0100 (Tue, 27 Nov 2007)
New Revision: 8917
Log:
Document XML bugfixes:
Bug #29752, Bug #27287
Modified:
trunk/dynamic-docs/changelog/mysqld.xml
Modified: trunk/dynamic-docs/changelog/mysqld.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld.xml 2007-11-27 16:13:25 UTC (rev 8916)
+++ trunk/dynamic-docs/changelog/mysqld.xml 2007-11-27 16:34:28 UTC (rev 8917)
Changed blocks: 1, Lines Added: 58, Lines Deleted: 0; 1570 bytes
@@ -9,6 +9,64 @@
<logentry entrytype="bug">
<tags>
+ <manual type="ExtractValue()"/>
+ <manual type="UpdateXML()"/>
+ <manual type="XML"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="27287"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.23"/>
+ <version ver="6.0.4"/>
+ </versions>
+
+ <message>
+
+ <para>
+ The <function role="sql">ExtractValue()</function> and
+ <function role="sql">UpdateXML()</function> functions performed
+ extremely slowly for large amounts of XML data (greater than 64
+ KB). These functions now execute approximately 2000 times faster
+ than previously.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="LOAD XML INFILE"/>
+ <manual type="XML"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="29752"/>
+ </bugs>
+
+ <versions>
+ <version ver="6.0.4"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Whitespace characters other than spaces within XML tags, such as
+ linefeeds or tabs, caused <literal>LOAD XML INFILE</literal> to
+ skip rows.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
<highlight type="cluster"/>
<manual type="cluster"/>
<manual type="LCP"/>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r8917 - trunk/dynamic-docs/changelog | jon | 27 Nov |