Author: jstephens
Date: 2006-08-06 12:38:10 +0200 (Sun, 06 Aug 2006)
New Revision: 2962
Log:
Removing change done in rev 2961 (Recursive funcitons still not allowed - thanks, Paul!)
Modified:
trunk/refman-5.0/restrictions.xml
trunk/refman-5.1/restrictions.xml
Modified: trunk/refman-5.0/restrictions.xml
===================================================================
--- trunk/refman-5.0/restrictions.xml 2006-08-05 15:52:23 UTC (rev 2961)
+++ trunk/refman-5.0/restrictions.xml 2006-08-06 10:38:10 UTC (rev 2962)
Changed blocks: 1, Lines Added: 8, Lines Deleted: 1; 762 bytes
@@ -144,7 +144,14 @@
<listitem>
<para>
- Within a stored function or trigger, it is not permitted to
+ Recursive statements. That is, stored functions cannot be used
+ recursively.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Within a stored function or trigger, it is not allowable to
modify a table that is already being used (for reading or
writing) by the statement that invoked the function or
trigger.
Modified: trunk/refman-5.1/restrictions.xml
===================================================================
--- trunk/refman-5.1/restrictions.xml 2006-08-05 15:52:23 UTC (rev 2961)
+++ trunk/refman-5.1/restrictions.xml 2006-08-06 10:38:10 UTC (rev 2962)
Changed blocks: 1, Lines Added: 8, Lines Deleted: 1; 762 bytes
@@ -121,7 +121,14 @@
<listitem>
<para>
- Within a stored function or trigger, it is not permitted to
+ Recursive statements. That is, stored functions cannot be used
+ recursively.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Within a stored function or trigger, it is not allowable to
modify a table that is already being used (for reading or
writing) by the statement that invoked the function or
trigger.
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r2962 - in trunk: refman-5.0 refman-5.1 | jstephens | 6 Aug |