Author: plavin
Date: 2007-04-10 15:30:12 +0200 (Tue, 10 Apr 2007)
New Revision: 5801
Log:
Correct function ids
Modified:
trunk/dynamic-docs/opsfunctions/functions.xml
Modified: trunk/dynamic-docs/opsfunctions/functions.xml
===================================================================
--- trunk/dynamic-docs/opsfunctions/functions.xml 2007-04-10 13:23:09 UTC (rev 5800)
+++ trunk/dynamic-docs/opsfunctions/functions.xml 2007-04-10 13:30:12 UTC (rev 5801)
Changed blocks: 4, Lines Added: 6, Lines Deleted: 21; 2163 bytes
@@ -764,8 +764,8 @@
</versions>
</function>
- <function id="day-name" xrefto="func-op-summary-ref" class="datetime">
- <display>DAY_NAME()</display>
+ <function id="dayname" class="datetime">
+ <display>DAYNAME()</display>
<description lang="en">Return the name of the weekday</description>
<arguments>
<format><![CDATA[<replaceable>date</replaceable>]]></format>
@@ -1777,8 +1777,8 @@
</versions>
</function>
- <function id="uncompress-length" xrefto="func-op-summary-ref" class="other-encryption">
- <display>UNCOMPRESS_LENGTH()</display>
+ <function id="uncompressed-length" class="other-encryption">
+ <display>UNCOMPRESSED_LENGTH()</display>
<description lang="en">Return the length of a string before compression</description>
<arguments>
<format><![CDATA[<replaceable>compressed_string</replaceable>]]></format>
@@ -2013,22 +2013,7 @@
<manual version="5.1"/>
</versions>
</function>
-
- <function id="server" xrefto="func-op-summary-ref" class="other-information">
- <display>SERVER()</display>
- <description lang="en">Return 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"/>
- </versions>
- </function>
-
+
<function id="default" class="other-misc">
<display>DEFAULT()</display>
<description lang="en">Return the default value for a table column</description>
@@ -2381,7 +2366,7 @@
</versions>
</function>
- <function id="max" xrefto="func-op-summary-ref" class="aggregate">
+ <function id="max" xrefto="function_min" class="aggregate">
<!--no id in the manual-->
<display>MAX()</display>
<description lang="en">Return the maximum value</description>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r5801 - trunk/dynamic-docs/opsfunctions | plavin | 10 Apr |