Author: plavin
Date: 2007-08-08 19:09:00 +0200 (Wed, 08 Aug 2007)
New Revision: 7385
Log:
Add VERSION function to dynamic docs file
Modified:
trunk/dynamic-docs/opsfunctions/opfunctions.xml
Modified: trunk/dynamic-docs/opsfunctions/opfunctions.xml
===================================================================
--- trunk/dynamic-docs/opsfunctions/opfunctions.xml 2007-08-08 16:47:39 UTC (rev 7384)
+++ trunk/dynamic-docs/opsfunctions/opfunctions.xml 2007-08-08 17:09:00 UTC (rev 7385)
Changed blocks: 1, Lines Added: 16, Lines Deleted: 0; 997 bytes
@@ -3066,6 +3066,22 @@
</versions>
</opfunction>
+ <opfunction type="function" id="version" class="other-information">
+ <display>VERSION()</display>
+ <description lang="en">Returns a string that indicates the MySQL server
version</description>
+ <arguments>
+ <format></format>
+ </arguments>
+ <return type="string"/>
+ <error type="return"/>
+ <versions>
+ <manual version="4.1"/>
+ <manual version="5.0"/>
+ <manual version="5.1"/>
+ <manual version="5.2"/>
+ </versions>
+ </opfunction>
+
<opfunction type="function" id="locate" class="string">
<display>LOCATE()</display>
<description lang="en">Return the position of the first occurrence
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r7385 - trunk/dynamic-docs/opsfunctions | plavin | 8 Aug |