List:Commits« Previous MessageNext Message »
From:paul.dubois Date:September 12 2008 7:07pm
Subject:svn commit - mysqldoc@docsrva: r11803 - in trunk: . refman-5.0 refman-5.1 refman-6.0
View as plain text  
Author: paul
Date: 2008-09-12 21:07:10 +0200 (Fri, 12 Sep 2008)
New Revision: 11803

Log:
 r33963@frost:  paul | 2008-09-12 13:13:58 -0500
 Minor revisions


Modified:
   trunk/refman-5.0/faqs.xml
   trunk/refman-5.0/restrictions.xml
   trunk/refman-5.1/faqs.xml
   trunk/refman-5.1/restrictions.xml
   trunk/refman-6.0/faqs.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:33962
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:33057
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:33963
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:33057


Modified: trunk/refman-5.0/faqs.xml
===================================================================
--- trunk/refman-5.0/faqs.xml	2008-09-12 19:06:46 UTC (rev 11802)
+++ trunk/refman-5.0/faqs.xml	2008-09-12 19:07:10 UTC (rev 11803)
Changed blocks: 2, Lines Added: 3, Lines Deleted: 2; 739 bytes

@@ -603,7 +603,7 @@
 
   <section id="faqs-stored-procs">
 
-    <title>MySQL &current-series; FAQ &mdash; Stored Procedures</title>
+    <title>MySQL &current-series; FAQ &mdash; Stored Procedures and Functions</title>
 
     <qandaset defaultlabel="qanda">
 

@@ -612,7 +612,8 @@
         <question>
 
           <para>
-            Does MySQL &current-series; support stored procedures?
+            Does MySQL &current-series; support stored procedures and
+            functions?
           </para>
 
         </question>


Modified: trunk/refman-5.0/restrictions.xml
===================================================================
--- trunk/refman-5.0/restrictions.xml	2008-09-12 19:06:46 UTC (rev 11802)
+++ trunk/refman-5.0/restrictions.xml	2008-09-12 19:07:10 UTC (rev 11803)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 827 bytes

@@ -97,7 +97,7 @@
           In addition, SQL statements that are not permitted within
           prepared statements are also not permitted in stored routines.
           See <xref linkend="sql-syntax-prepared-statements"/>, for a
-          list of statements supported in prepared statements.
+          list of statements supported as prepared statements.
           Statements not listed there are not supported for SQL prepared
           statements and thus are also not supported for stored routines
           unless noted otherwise in <xref linkend="stored-routines"/>.


Modified: trunk/refman-5.1/faqs.xml
===================================================================
--- trunk/refman-5.1/faqs.xml	2008-09-12 19:06:46 UTC (rev 11802)
+++ trunk/refman-5.1/faqs.xml	2008-09-12 19:07:10 UTC (rev 11803)
Changed blocks: 2, Lines Added: 3, Lines Deleted: 2; 739 bytes

@@ -619,7 +619,7 @@
 
   <section id="faqs-stored-procs">
 
-    <title>MySQL &current-series; FAQ &mdash; Stored Procedures</title>
+    <title>MySQL &current-series; FAQ &mdash; Stored Procedures and Functions</title>
 
     <qandaset defaultlabel="qanda">
 

@@ -628,7 +628,8 @@
         <question>
 
           <para>
-            Does MySQL &current-series; support stored procedures?
+            Does MySQL &current-series; support stored procedures and
+            functions?
           </para>
 
         </question>


Modified: trunk/refman-5.1/restrictions.xml
===================================================================
--- trunk/refman-5.1/restrictions.xml	2008-09-12 19:06:46 UTC (rev 11802)
+++ trunk/refman-5.1/restrictions.xml	2008-09-12 19:07:10 UTC (rev 11803)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 829 bytes

@@ -105,7 +105,7 @@
           In addition, SQL statements that are not permitted within
           prepared statements are also not permitted in stored routines.
           See <xref linkend="sql-syntax-prepared-statements"/>, for a
-          list of statements supported in prepared statements.
+          list of statements supported as prepared statements.
           Statements not listed there are not supported for SQL prepared
           statements and thus are also not supported for stored routines
           unless noted otherwise in <xref linkend="stored-routines"/>.


Modified: trunk/refman-6.0/faqs.xml
===================================================================
--- trunk/refman-6.0/faqs.xml	2008-09-12 19:06:46 UTC (rev 11802)
+++ trunk/refman-6.0/faqs.xml	2008-09-12 19:07:10 UTC (rev 11803)
Changed blocks: 2, Lines Added: 3, Lines Deleted: 2; 739 bytes

@@ -624,7 +624,7 @@
 
   <section id="faqs-stored-procs">
 
-    <title>MySQL &current-series; FAQ &mdash; Stored Procedures</title>
+    <title>MySQL &current-series; FAQ &mdash; Stored Procedures and Functions</title>
 
     <qandaset defaultlabel="qanda">
 

@@ -633,7 +633,8 @@
         <question>
 
           <para>
-            Does MySQL &current-series; support stored procedures?
+            Does MySQL &current-series; support stored procedures and
+            functions?
           </para>
 
         </question>


Modified: trunk/refman-6.0/restrictions.xml
===================================================================
--- trunk/refman-6.0/restrictions.xml	2008-09-12 19:06:46 UTC (rev 11802)
+++ trunk/refman-6.0/restrictions.xml	2008-09-12 19:07:10 UTC (rev 11803)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 829 bytes

@@ -111,7 +111,7 @@
           In addition, SQL statements that are not permitted within
           prepared statements are also not permitted in stored routines.
           See <xref linkend="sql-syntax-prepared-statements"/>, for a
-          list of statements supported in prepared statements.
+          list of statements supported as prepared statements.
           Statements not listed there are not supported for SQL prepared
           statements and thus are also not supported for stored routines
           unless noted otherwise in <xref linkend="stored-routines"/>.


Thread
svn commit - mysqldoc@docsrva: r11803 - in trunk: . refman-5.0 refman-5.1 refman-6.0paul.dubois12 Sep