Author: mcbrown
Date: 2007-03-30 11:10:57 +0200 (Fri, 30 Mar 2007)
New Revision: 5655
Log:
Adding summary tables to all sections in functions chapter
Modified:
trunk/refman-5.1/functions-core.xml
Modified: trunk/refman-5.1/functions-core.xml
===================================================================
--- trunk/refman-5.1/functions-core.xml 2007-03-30 08:28:00 UTC (rev 5654)
+++ trunk/refman-5.1/functions-core.xml 2007-03-30 09:10:57 UTC (rev 5655)
Changed blocks: 19, Lines Added: 36, Lines Deleted: 6; 4840 bytes
@@ -135,6 +135,8 @@
<section id="func-op-summary-ref">
<title>Operator and Function Reference</title>
+<note><para>This table is part of an ongoing process to expand and simplify
the information provided on these elements. Further improvements to the table, and
corresponding descriptions will be applied over the coming
months.</para></note>
+
<!-- DYNINCLUDE_OPSFUNCS fullsummary -->
</section>
@@ -429,6 +431,8 @@
<primary>comparison operators</primary>
</indexterm>
+ <!-- DYNINCLUDE_OPSFUNCS comparison -->
+
<remark role="help-category" condition="Comparison operators@Functions"/>
<indexterm>
@@ -1411,6 +1415,8 @@
<secondary>logical</secondary>
</indexterm>
+ <!-- DYNINCLUDE_OPSFUNCS logical -->
+
<remark role="help-category" condition="Logical operators@Functions"/>
<para>
@@ -1657,10 +1663,10 @@
<secondary>control flow</secondary>
</indexterm>
+ <!-- DYNINCLUDE_OPSFUNCS flow-control -->
+
<remark role="help-category" condition="Control flow functions@Functions"/>
- <!-- DYNINCLUDE_OPSFUNCS flow-control -->
-
<itemizedlist>
<listitem>
@@ -2008,6 +2014,8 @@
<secondary>string</secondary>
</indexterm>
+ <!-- DYNINCLUDE_OPSFUNCS string -->
+
<remark role="help-category" condition="String Functions@Functions"/>
<para>
@@ -4068,6 +4076,8 @@
<secondary>string comparison</secondary>
</indexterm>
+ <!-- DYNINCLUDE_OPSFUNCS string-comparison -->
+
<remark role="help-category" condition="String Functions@Functions"/>
<para>
@@ -4553,6 +4563,8 @@
<secondary>regular expression</secondary>
</indexterm>
+ <!-- DYNINCLUDE_OPSFUNCS string-regexp -->
+
<para>
A regular expression is a powerful way of specifying a pattern
for a complex search.
@@ -5012,6 +5024,8 @@
<title>Numeric Functions</title>
+ <!-- DYNINCLUDE_OPSFUNCS numeric -->
+
<section id="arithmetic-functions">
<title>Arithmetic Operators</title>
@@ -5021,10 +5035,10 @@
<secondary>cast</secondary>
</indexterm>
+ <!-- DYNINCLUDE_OPSFUNCS numeric-arithmetic -->
+
<remark role="help-category" condition="Numeric Functions@Functions"/>
- <!-- DYNINCLUDE_OPSFUNCS arithmetic -->
-
<para>
The usual arithmetic operators are available. The precision of
the result is determined according to the following rules:
@@ -5391,6 +5405,8 @@
<title>Mathematical Functions</title>
+ <!-- DYNINCLUDE_OPSFUNCS numeric-mathematical -->
+
<remark role="help-category" condition="Numeric Functions@Functions"/>
<para>
@@ -10033,8 +10049,6 @@
<remark role="help-syntax"/>
- <!-- DYNINCLUDE_OPSFUNCS string -->
-
<programlisting>
MATCH
(<replaceable>col1</replaceable>,<replaceable>col2</replaceable>,...)
AGAINST (<replaceable>expr</replaceable>
[<replaceable>search_modifier</replaceable>])
@@ -12035,6 +12049,8 @@
<secondary>cast</secondary>
</indexterm>
+ <!-- DYNINCLUDE_OPSFUNCS cast -->
+
<itemizedlist>
<listitem>
@@ -12379,6 +12395,8 @@
<title>XML Functions</title>
+ <!-- DYNINCLUDE_OPSFUNCS xml -->
+
<para>
This section discusses XML and related functionality in MySQL.
</para>
@@ -12988,6 +13006,8 @@
<title>Other Functions</title>
+ <!-- DYNINCLUDE_OPSFUNCS other -->
+
<section id="bit-functions">
<title>Bit Functions</title>
@@ -13006,6 +13026,8 @@
<secondary>bit</secondary>
</indexterm>
+ <!-- DYNINCLUDE_OPSFUNCS other-bit -->
+
<remark role="help-category" condition="Bit Functions@Functions"/>
<para>
@@ -13295,6 +13317,8 @@
<secondary>encryption</secondary>
</indexterm>
+ <!-- DYNINCLUDE_OPSFUNCS other-encryption -->
+
<remark role="help-category" condition="Encryption Functions@Functions"/>
<para>
@@ -14128,6 +14152,8 @@
<secondary>information</secondary>
</indexterm>
+ <!-- DYNINCLUDE_OPSFUNCS other-information -->
+
<remark role="help-category" condition="Information Functions@Functions"/>
<itemizedlist>
@@ -15201,6 +15227,8 @@
<secondary>miscellaneous</secondary>
</indexterm>
+ <!-- DYNINCLUDE_OPSFUNCS other-misc -->
+
<remark role="help-category" condition="Miscellaneous Functions@Functions"/>
<itemizedlist>
@@ -15816,6 +15844,8 @@
<secondary>GROUP BY</secondary>
</indexterm>
+ <!-- DYNINCLUDE_OPSFUNCS aggregate -->
+
<remark role="help-category" condition="Functions and Modifiers for Use with
GROUP BY"/>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r5655 - trunk/refman-5.1 | mcbrown | 30 Mar |