Author: paul
Date: 2007-07-26 06:00:25 +0200 (Thu, 26 Jul 2007)
New Revision: 7218
Log:
r23051@frost: paul | 2007-07-25 22:57:16 -0500
Minor clarifications regarding UDF arguments.
Modified:
trunk/refman-4.1/extending-mysql.xml
trunk/refman-5.0/extending-mysql.xml
trunk/refman-5.1/extending-mysql.xml
trunk/refman-5.2/extending-mysql.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:27927
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:23014
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:18941
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:27927
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:23051
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:18941
Modified: trunk/refman-4.1/extending-mysql.xml
===================================================================
--- trunk/refman-4.1/extending-mysql.xml 2007-07-26 02:03:47 UTC (rev 7217)
+++ trunk/refman-4.1/extending-mysql.xml 2007-07-26 04:00:25 UTC (rev 7218)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 1; 547 bytes
@@ -394,7 +394,8 @@
<listitem>
<para>
- Functions can return string, integer, or real values.
+ Functions can return string, integer, or real values and can
+ accept arguments of those same types.
</para>
</listitem>
Modified: trunk/refman-5.0/extending-mysql.xml
===================================================================
--- trunk/refman-5.0/extending-mysql.xml 2007-07-26 02:03:47 UTC (rev 7217)
+++ trunk/refman-5.0/extending-mysql.xml 2007-07-26 04:00:25 UTC (rev 7218)
Changed blocks: 2, Lines Added: 5, Lines Deleted: 4; 1042 bytes
@@ -386,7 +386,8 @@
<listitem>
<para>
- Functions can return string, integer, or real values.
+ Functions can return string, integer, or real values and can
+ accept arguments of those same types.
</para>
</listitem>
@@ -1334,9 +1335,9 @@
</programlisting>
<para>
- Arguments of type <literal>DECIMAL_RESULT</literal> are
- passed as strings, so you should handle them like
- <literal>STRING_RESULT</literal> values.
+ Arguments of type <literal>DECIMAL_RESULT</literal> should
+ be passed as strings, and you should handle them the same
+ way as <literal>STRING_RESULT</literal> values.
</para>
<para>
Modified: trunk/refman-5.1/extending-mysql.xml
===================================================================
--- trunk/refman-5.1/extending-mysql.xml 2007-07-26 02:03:47 UTC (rev 7217)
+++ trunk/refman-5.1/extending-mysql.xml 2007-07-26 04:00:25 UTC (rev 7218)
Changed blocks: 2, Lines Added: 5, Lines Deleted: 4; 1044 bytes
@@ -2701,7 +2701,8 @@
<listitem>
<para>
- Functions can return string, integer, or real values.
+ Functions can return string, integer, or real values and can
+ accept arguments of those same types.
</para>
</listitem>
@@ -3651,9 +3652,9 @@
</programlisting>
<para>
- Arguments of type <literal>DECIMAL_RESULT</literal> are
- passed as strings, so you should handle them like
- <literal>STRING_RESULT</literal> values.
+ Arguments of type <literal>DECIMAL_RESULT</literal> should
+ be passed as strings, and you should handle them the same
+ way as <literal>STRING_RESULT</literal> values.
</para>
<para>
Modified: trunk/refman-5.2/extending-mysql.xml
===================================================================
--- trunk/refman-5.2/extending-mysql.xml 2007-07-26 02:03:47 UTC (rev 7217)
+++ trunk/refman-5.2/extending-mysql.xml 2007-07-26 04:00:25 UTC (rev 7218)
Changed blocks: 2, Lines Added: 5, Lines Deleted: 4; 1044 bytes
@@ -2701,7 +2701,8 @@
<listitem>
<para>
- Functions can return string, integer, or real values.
+ Functions can return string, integer, or real values and can
+ accept arguments of those same types.
</para>
</listitem>
@@ -3651,9 +3652,9 @@
</programlisting>
<para>
- Arguments of type <literal>DECIMAL_RESULT</literal> are
- passed as strings, so you should handle them like
- <literal>STRING_RESULT</literal> values.
+ Arguments of type <literal>DECIMAL_RESULT</literal> should
+ be passed as strings, and you should handle them the same
+ way as <literal>STRING_RESULT</literal> values.
</para>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r7218 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-5.2 | paul | 26 Jul |