List:Commits« Previous MessageNext Message »
From:plavin Date:May 17 2007 7:13pm
Subject:svn commit - mysqldoc@docsrva: r6515 - trunk/dynamic-docs/opsfunctions
View as plain text  
Author: plavin
Date: 2007-05-17 19:13:10 +0200 (Thu, 17 May 2007)
New Revision: 6515

Log:
Correct function descriptions as per bug#28455


Modified:
   trunk/dynamic-docs/opsfunctions/functions.xml


Modified: trunk/dynamic-docs/opsfunctions/functions.xml
===================================================================
--- trunk/dynamic-docs/opsfunctions/functions.xml	2007-05-17 15:59:37 UTC (rev 6514)
+++ trunk/dynamic-docs/opsfunctions/functions.xml	2007-05-17 17:13:10 UTC (rev 6515)
Changed blocks: 2, Lines Added: 3, Lines Deleted: 3; 1235 bytes

@@ -2759,8 +2759,8 @@
   
   <function id="find-in-set" class="string">
     <display>FIND_IN_SET()</display>
-    <description lang="en">Return the number of times the first argument is found 
-      in the second arguments</description>
+    <description lang="en">Return the index position of
+      the first argument within the second argument</description>
     <arguments>
       <format><![CDATA[<replaceable>str</replaceable>,<replaceable>strlist</replaceable>]]></format>
       <argument seq="1" name="expr" type="string"></argument>  

@@ -3529,7 +3529,7 @@
   
   <function id="in" class="comparison">
     <display>IN</display>
-    <description lang="en">Check whether a value is not within a set of values</description>
+    <description lang="en">Check whether a value is within a set of values</description>
     <arguments>
       <format><![CDATA[<replaceable>expr</replaceable> IN
             (<replaceable>value</replaceable>,...)]]></format>


Thread
svn commit - mysqldoc@docsrva: r6515 - trunk/dynamic-docs/opsfunctionsplavin17 May