List:Commits« Previous MessageNext Message »
From:jon Date:March 2 2006 8:31am
Subject:svn commit - mysqldoc@docsrva: r1485 - in trunk: refman-5.1 refman-common
View as plain text  
Author: jstephens
Date: 2006-03-02 08:31:04 +0100 (Thu, 02 Mar 2006)
New Revision: 1485

Log:

XML Functions bugfixes: Bug #16320, Bug #16321.



Modified:
   trunk/refman-5.1/functions.xml
   trunk/refman-common/news-5.1.xml

Modified: trunk/refman-5.1/functions.xml
===================================================================
--- trunk/refman-5.1/functions.xml	2006-03-02 06:40:29 UTC (rev 1484)
+++ trunk/refman-5.1/functions.xml	2006-03-02 07:31:04 UTC (rev 1485)
@@ -11687,6 +11687,14 @@
           The <literal>::</literal> operator is not supported.
         </para>
       </listitem>
+      
+      <listitem>
+        <para>
+          <quote>Up-and-down</quote> navigation is not supported. That is,
you
+          cannot use expressions which match on descendants of ancestors of a
+          given element. (Bug #16321)
+        </para>
+      </listitem>
 
       <listitem>
         <para>

Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml	2006-03-02 06:40:29 UTC (rev 1484)
+++ trunk/refman-common/news-5.1.xml	2006-03-02 07:31:04 UTC (rev 1485)
@@ -197,6 +197,14 @@
       
       <listitem>
         <para>
+          The <literal>ExtractValue()</literal> function would not accept
+          expressions which matched element names containing an underscore
+          character. (Bug #16320)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
           <literal>NDB Cluster</literal>: Trying to update very large
           partitioned tables using the <literal>NDB</literal> storage engine
           sometimes caused the server to crash. (Bug #16385, Bug #17806) 

Thread
svn commit - mysqldoc@docsrva: r1485 - in trunk: refman-5.1 refman-commonjon2 Mar