From: Date: April 20 2007 12:18pm Subject: svn commit - mysqldoc@docsrva: r6024 - trunk/refman-5.1 List-Archive: http://lists.mysql.com/commits/24989 Message-Id: <200704201018.l3KAIRKb000314@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: jstephens Date: 2007-04-20 12:18:26 +0200 (Fri, 20 Apr 2007) New Revision: 6024 Log: Fixed typo in ExtractValue() example. Modified: trunk/refman-5.1/functions-core.xml Modified: trunk/refman-5.1/functions-core.xml =================================================================== --- trunk/refman-5.1/functions-core.xml 2007-04-20 10:03:54 UTC (rev 6023) +++ trunk/refman-5.1/functions-core.xml 2007-04-20 10:18:26 UTC (rev 6024) Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 671 bytes @@ -12791,7 +12791,7 @@ mysql> SELECT ExtractValue('<a><b/></a>', '/a/b'); +-------------------------------------+ -| ExtractValue('>a<>b/<>/a<', '/a/b') | +| ExtractValue('<a><b/></a>', '/a/b') | +-------------------------------------+ | | +-------------------------------------+