List:Commits« Previous MessageNext Message »
From:plavin Date:June 29 2007 9:19pm
Subject:svn commit - mysqldoc@docsrva: r6967 - trunk/dynamic-docs/opsfunctions
View as plain text  
Author: plavin
Date: 2007-06-29 21:19:10 +0200 (Fri, 29 Jun 2007)
New Revision: 6967

Log:
Add PROCEDURE ANALYSE to the function dynamic docs


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


Modified: trunk/dynamic-docs/opsfunctions/functions.xml
===================================================================
--- trunk/dynamic-docs/opsfunctions/functions.xml	2007-06-29 17:30:02 UTC (rev 6966)
+++ trunk/dynamic-docs/opsfunctions/functions.xml	2007-06-29 19:19:10 UTC (rev 6967)
Changed blocks: 1, Lines Added: 18, Lines Deleted: 0; 1092 bytes

@@ -3751,5 +3751,23 @@
       <manual version="5.2"/>
     </versions>
   </function>
+  
+  <function id="procedure-analyse" class="metadata" xrefto="procedure-analyse">
+    <display>PROCEDURE ANALYSE()</display>
+    <description lang="en">Analyze the results of a query</description>
+    <arguments>
+     
<format><![CDATA[<replaceable>max_elements</replaceable>,<replaceable>max_memory</replaceable>]]></format>
+      <argument seq="1" name="max_elements" type="numeric"></argument>
+      <argument seq="2" name="max_memory" type="numeric"></argument>
+    </arguments>
+    <return type="mixed"/>
+    <error type="return"/>
+    <versions>
+      <manual version="4.1"/>
+      <manual version="5.0"/>
+      <manual version="5.1"/>
+      <manual version="5.2"/>
+    </versions>
+  </function>
  
 </opfunctions>


Thread
svn commit - mysqldoc@docsrva: r6967 - trunk/dynamic-docs/opsfunctionsplavin29 Jun