List:Commits« Previous MessageNext Message »
From:jon Date:March 2 2008 9:44am
Subject:svn commit - mysqldoc@docsrva: r10095 - in trunk: refman-5.1 refman-6.0
View as plain text  
Author: jstephens
Date: 2008-03-02 10:44:48 +0100 (Sun, 02 Mar 2008)
New Revision: 10095

Log:

Variables used in XPath expressions inside stored routines that are 
passed in as parameters are also subject to strong checking.

(Thanks, Paul, for asking about this!)



Modified:
   trunk/refman-5.1/functions-core.xml
   trunk/refman-6.0/functions-core.xml


Modified: trunk/refman-5.1/functions-core.xml
===================================================================
--- trunk/refman-5.1/functions-core.xml	2008-03-02 09:29:08 UTC (rev 10094)
+++ trunk/refman-5.1/functions-core.xml	2008-03-02 09:44:48 UTC (rev 10095)
Changed blocks: 1, Lines Added: 12, Lines Deleted: 0; 673 bytes

@@ -13388,6 +13388,18 @@
             </para>
 
           </formalpara>
+
+          <formalpara>
+
+            <title>Parameters</title>
+
+            <para>
+              Variables used in XPath expressions inside stored routines
+              that are passed in as parameters are also subject to
+              strong checking.
+            </para>
+
+          </formalpara>
         </listitem>
 
       </itemizedlist>


Modified: trunk/refman-6.0/functions-core.xml
===================================================================
--- trunk/refman-6.0/functions-core.xml	2008-03-02 09:29:08 UTC (rev 10094)
+++ trunk/refman-6.0/functions-core.xml	2008-03-02 09:44:48 UTC (rev 10095)
Changed blocks: 1, Lines Added: 12, Lines Deleted: 0; 673 bytes

@@ -13812,6 +13812,18 @@
             </para>
 
           </formalpara>
+
+          <formalpara>
+
+            <title>Parameters</title>
+
+            <para>
+              Variables used in XPath expressions inside stored routines
+              that are passed in as parameters are also subject to
+              strong checking.
+            </para>
+
+          </formalpara>
         </listitem>
 
       </itemizedlist>


Thread
svn commit - mysqldoc@docsrva: r10095 - in trunk: refman-5.1 refman-6.0jon2 Mar