From: Date: March 2 2006 8:31am Subject: svn commit - mysqldoc@docsrva: r1485 - in trunk: refman-5.1 refman-common List-Archive: http://lists.mysql.com/commits/3369 Message-Id: <200603020731.k227V5VR014000@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 :: operator is not supported. + + + + Up-and-down navigation is not supported. That is, you + cannot use expressions which match on descendants of ancestors of a + given element. (Bug #16321) + + 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 @@ + The ExtractValue() function would not accept + expressions which matched element names containing an underscore + character. (Bug #16320) + + + + + NDB Cluster: Trying to update very large partitioned tables using the NDB storage engine sometimes caused the server to crash. (Bug #16385, Bug #17806)