List:Commits« Previous MessageNext Message »
From:paul Date:April 19 2006 7:58pm
Subject:svn commit - mysqldoc@docsrva: r1872 - in trunk: . refman-5.0 refman-5.1
View as plain text  
Author: paul
Date: 2006-04-19 19:58:03 +0200 (Wed, 19 Apr 2006)
New Revision: 1872

Log:
 r6771@polar:  paul | 2006-04-19 12:58:07 -0500
 Note a limitation of (binary protocol) prepared statements.


Modified:
   trunk/
   trunk/refman-5.0/apis.xml
   trunk/refman-5.0/sql-syntax.xml
   trunk/refman-5.1/apis.xml
   trunk/refman-5.1/sql-syntax.xml


Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:6769
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:9568
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4545
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:6771
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:9568
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4545

Modified: trunk/refman-5.0/apis.xml
===================================================================
--- trunk/refman-5.0/apis.xml	2006-04-19 17:25:05 UTC (rev 1871)
+++ trunk/refman-5.0/apis.xml	2006-04-19 17:58:03 UTC (rev 1872)
@@ -12055,6 +12055,17 @@
           </para>
         </listitem>
 
+        <listitem>
+          <para>
+            Prepared statements do not support multi-statements (that
+            is, multiple statements within a single string separated by
+            &lsquo;<literal>;</literal>&rsquo; characters). This also
+            means that prepared statements cannot invoke stored
+            procedures that return result sets, because prepared
+            statements do not support multiple result sets.
+          </para>
+        </listitem>
+
       </itemizedlist>
 
     </section>

Modified: trunk/refman-5.0/sql-syntax.xml
===================================================================
--- trunk/refman-5.0/sql-syntax.xml	2006-04-19 17:25:05 UTC (rev 1871)
+++ trunk/refman-5.0/sql-syntax.xml	2006-04-19 17:58:03 UTC (rev 1872)
@@ -21025,9 +21025,7 @@
       SQL syntax for prepared statements does not support
       multi-statements (that is, multiple statements within a single
       string separated by &lsquo;<literal>;</literal>&rsquo;
-      characters). This also means that prepared statements cannot
-      invoke stored procedures that return result sets, because prepared
-      statements do not support multiple result sets.
+      characters).
     </para>
 
   </section>

Modified: trunk/refman-5.1/apis.xml
===================================================================
--- trunk/refman-5.1/apis.xml	2006-04-19 17:25:05 UTC (rev 1871)
+++ trunk/refman-5.1/apis.xml	2006-04-19 17:58:03 UTC (rev 1872)
@@ -11869,6 +11869,17 @@
           </para>
         </listitem>
 
+        <listitem>
+          <para>
+            Prepared statements do not support multi-statements (that
+            is, multiple statements within a single string separated by
+            &lsquo;<literal>;</literal>&rsquo; characters). This also
+            means that prepared statements cannot invoke stored
+            procedures that return result sets, because prepared
+            statements do not support multiple result sets.
+          </para>
+        </listitem>
+
       </itemizedlist>
 
     </section>

Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml	2006-04-19 17:25:05 UTC (rev 1871)
+++ trunk/refman-5.1/sql-syntax.xml	2006-04-19 17:58:03 UTC (rev 1872)
@@ -22433,9 +22433,7 @@
       SQL syntax for prepared statements does not support
       multi-statements (that is, multiple statements within a single
       string separated by &lsquo;<literal>;</literal>&rsquo;
-      characters). This also means that prepared statements cannot
-      invoke stored procedures that return result sets, because prepared
-      statements do not support multiple result sets.
+      characters).
     </para>
 
   </section>

Thread
svn commit - mysqldoc@docsrva: r1872 - in trunk: . refman-5.0 refman-5.1paul19 Apr