Author: paul
Date: 2008-03-07 19:12:19 +0100 (Fri, 07 Mar 2008)
New Revision: 10159
Log:
r29797@frost: paul | 2008-03-07 11:39:25 -0600
Stored procedure restrictions also apply to events
Modified:
trunk/refman-5.1/restrictions.xml
trunk/refman-6.0/restrictions.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:29775
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:29889
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:29797
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:29889
Modified: trunk/refman-5.1/restrictions.xml
===================================================================
--- trunk/refman-5.1/restrictions.xml 2008-03-07 16:13:06 UTC (rev 10158)
+++ trunk/refman-5.1/restrictions.xml 2008-03-07 18:12:19 UTC (rev 10159)
Changed blocks: 3, Lines Added: 15, Lines Deleted: 1; 1249 bytes
@@ -14,7 +14,7 @@
<section id="routine-restrictions">
- <title>Restrictions on Stored Routines and Triggers</title>
+ <title>Restrictions on Stored Routines, Triggers, and Events</title>
<indexterm>
<primary>stored routine restrictions</primary>
@@ -34,6 +34,15 @@
<secondary>triggers</secondary>
</indexterm>
+ <indexterm>
+ <primary>event restrictions</primary>
+ </indexterm>
+
+ <indexterm>
+ <primary>restrictions</primary>
+ <secondary>events</secondary>
+ </indexterm>
+
<para>
Some of the restrictions noted here apply to all stored routines;
that is, both to stored procedures and stored functions. Some of
@@ -47,6 +56,11 @@
</para>
<para>
+ All of the restrictions for stored procedures also apply to the
+ <literal>DO</literal> clause of event definitions.
+ </para>
+
+ <para>
Stored routines cannot contain arbitrary SQL statements. The
following statements are disallowed:
</para>
Modified: trunk/refman-6.0/restrictions.xml
===================================================================
--- trunk/refman-6.0/restrictions.xml 2008-03-07 16:13:06 UTC (rev 10158)
+++ trunk/refman-6.0/restrictions.xml 2008-03-07 18:12:19 UTC (rev 10159)
Changed blocks: 3, Lines Added: 15, Lines Deleted: 1; 1249 bytes
@@ -14,7 +14,7 @@
<section id="routine-restrictions">
- <title>Restrictions on Stored Routines and Triggers</title>
+ <title>Restrictions on Stored Routines, Triggers, and Events</title>
<indexterm>
<primary>stored routine restrictions</primary>
@@ -34,6 +34,15 @@
<secondary>triggers</secondary>
</indexterm>
+ <indexterm>
+ <primary>event restrictions</primary>
+ </indexterm>
+
+ <indexterm>
+ <primary>restrictions</primary>
+ <secondary>events</secondary>
+ </indexterm>
+
<para>
Some of the restrictions noted here apply to all stored routines;
that is, both to stored procedures and stored functions. Some of
@@ -47,6 +56,11 @@
</para>
<para>
+ All of the restrictions for stored procedures also apply to the
+ <literal>DO</literal> clause of event definitions.
+ </para>
+
+ <para>
Stored routines cannot contain arbitrary SQL statements. The
following statements are disallowed:
</para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r10159 - in trunk: . refman-5.1 refman-6.0 | paul | 7 Mar |