List:Internals« Previous MessageNext Message »
From:paul Date:September 21 2005 10:57pm
Subject:bk commit - mysqldoc@docsrva tree (paul:1.3605)
View as plain text  
Below is the list of changes that have just been committed into a local
mysqldoc repository of paul. When paul does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet
  1.3605 05/09/21 17:57:32 paul@stripped +6 -0
  Updates re: restrictions.

  refman/sql-syntax.xml
    1.76 05/09/21 17:57:30 paul@stripped +3 -1
    Updates re: restrictions.

  refman/restrictions.xml
    1.17 05/09/21 17:57:30 paul@stripped +7 -0
    Updates re: restrictions.

  refman-5.1/sql-syntax.xml
    1.53 05/09/21 17:57:30 paul@stripped +3 -1
    Sync.

  refman-5.1/restrictions.xml
    1.16 05/09/21 17:57:30 paul@stripped +7 -0
    Sync.

  refman-5.0/sql-syntax.xml
    1.51 05/09/21 17:57:30 paul@stripped +3 -1
    Sync.

  refman-5.0/restrictions.xml
    1.17 05/09/21 17:57:30 paul@stripped +7 -0
    Sync.

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	paul
# Host:	frost.snake.net
# Root:	/Users/paul/bk/mysqldoc

--- 1.15/refman-5.1/restrictions.xml	2005-09-14 12:09:19 -05:00
+++ 1.16/refman-5.1/restrictions.xml	2005-09-21 17:57:30 -05:00
@@ -106,6 +106,13 @@
         </para>
       </listitem>
 
+      <listitem>
+        <para>
+          Statements that do an explicit or explicit transaction commit
+          or rollback.
+        </para>
+      </listitem>
+
     </itemizedlist>
 
     <para>

--- 1.52/refman-5.1/sql-syntax.xml	2005-09-21 01:35:09 -05:00
+++ 1.53/refman-5.1/sql-syntax.xml	2005-09-21 17:57:30 -05:00
@@ -19626,7 +19626,9 @@
 
     <para>
       SQL syntax for prepared statements cannot be used within stored
-      procedures and functions.
+      routines (procedures or functions), or triggers. This restriction
+      is lifted as of MySQL 5.0.13 for stored procedures, but not for
+      stored functions or triggers.
     </para>
 
     <para>

--- 1.16/refman/restrictions.xml	2005-09-14 12:09:19 -05:00
+++ 1.17/refman/restrictions.xml	2005-09-21 17:57:30 -05:00
@@ -94,6 +94,13 @@
         </para>
       </listitem>
 
+      <listitem>
+        <para>
+          Statements that do an explicit or explicit transaction commit
+          or rollback.
+        </para>
+      </listitem>
+
     </itemizedlist>
 
     <para>

--- 1.75/refman/sql-syntax.xml	2005-09-19 13:56:51 -05:00
+++ 1.76/refman/sql-syntax.xml	2005-09-21 17:57:30 -05:00
@@ -18821,7 +18821,9 @@
 
     <para>
       SQL syntax for prepared statements cannot be used within stored
-      procedures and functions.
+      routines (procedures or functions), or triggers. This restriction
+      is lifted as of MySQL 5.0.13 for stored procedures, but not for
+      stored functions or triggers.
     </para>
 
     <para>

--- 1.16/refman-5.0/restrictions.xml	2005-09-14 12:09:19 -05:00
+++ 1.17/refman-5.0/restrictions.xml	2005-09-21 17:57:30 -05:00
@@ -106,6 +106,13 @@
         </para>
       </listitem>
 
+      <listitem>
+        <para>
+          Statements that do an explicit or explicit transaction commit
+          or rollback.
+        </para>
+      </listitem>
+
     </itemizedlist>
 
     <para>

--- 1.50/refman-5.0/sql-syntax.xml	2005-09-19 13:56:50 -05:00
+++ 1.51/refman-5.0/sql-syntax.xml	2005-09-21 17:57:30 -05:00
@@ -18881,7 +18881,9 @@
 
     <para>
       SQL syntax for prepared statements cannot be used within stored
-      procedures and functions.
+      routines (procedures or functions), or triggers. This restriction
+      is lifted as of MySQL 5.0.13 for stored procedures, but not for
+      stored functions or triggers.
     </para>
 
     <para>
Thread
bk commit - mysqldoc@docsrva tree (paul:1.3605)paul22 Sep