Author: paul
Date: 2008-02-12 17:51:01 +0100 (Tue, 12 Feb 2008)
New Revision: 9799
Log:
r29160@arctic: paul | 2008-02-12 10:47:38 -0600
Stored procedure recursion limits don't require that a procedure *call itself*.
Modified:
trunk/refman-5.0/dba-core.xml
trunk/refman-5.1/dba-core.xml
trunk/refman-6.0/dba-core.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:34985
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:29109
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:29136
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:34985
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:29109
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:29160
Modified: trunk/refman-5.0/dba-core.xml
===================================================================
--- trunk/refman-5.0/dba-core.xml 2008-02-12 16:16:22 UTC (rev 9798)
+++ trunk/refman-5.0/dba-core.xml 2008-02-12 16:51:01 UTC (rev 9799)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 5; 1051 bytes
@@ -5799,14 +5799,14 @@
<para condition="dynamic:optvar:item" role="5.0:mysqld:max_sp_recursion_depth"/>
<para>
- The number of times that a stored procedure may call itself.
- The default value for this option is 0, which completely
- disallows recursion in stored procedures. The maximum value
- is 255.
+ The number of times that any given stored procedure may be
+ called recursively. The default value for this option is 0,
+ which completely disallows recursion in stored procedures.
+ The maximum value is 255.
</para>
<para>
- This variable can be set globally and per session.
+ This variable was added in MySQL 5.0.17.
</para>
</listitem>
Modified: trunk/refman-5.1/dba-core.xml
===================================================================
--- trunk/refman-5.1/dba-core.xml 2008-02-12 16:16:22 UTC (rev 9798)
+++ trunk/refman-5.1/dba-core.xml 2008-02-12 16:51:01 UTC (rev 9799)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 4; 896 bytes
@@ -6033,10 +6033,10 @@
<para condition="dynamic:optvar:item" role="5.1:mysqld:max_sp_recursion_depth"/>
<para>
- The number of times that a stored procedure may call itself.
- The default value for this option is 0, which completely
- disallows recursion in stored procedures. The maximum value
- is 255.
+ The number of times that any given stored procedure may be
+ called recursively. The default value for this option is 0,
+ which completely disallows recursion in stored procedures.
+ The maximum value is 255.
</para>
<para>
Modified: trunk/refman-6.0/dba-core.xml
===================================================================
--- trunk/refman-6.0/dba-core.xml 2008-02-12 16:16:22 UTC (rev 9798)
+++ trunk/refman-6.0/dba-core.xml 2008-02-12 16:51:01 UTC (rev 9799)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 4; 896 bytes
@@ -5878,10 +5878,10 @@
<para condition="dynamic:optvar:item" role="6.0:mysqld:max_sp_recursion_depth"/>
<para>
- The number of times that a stored procedure may call itself.
- The default value for this option is 0, which completely
- disallows recursion in stored procedures. The maximum value
- is 255.
+ The number of times that any given stored procedure may be
+ called recursively. The default value for this option is 0,
+ which completely disallows recursion in stored procedures.
+ The maximum value is 255.
</para>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r9799 - in trunk: . refman-5.0 refman-5.1 refman-6.0 | paul | 12 Feb |