List:Commits« Previous MessageNext Message »
From:paul Date:December 9 2007 4:05am
Subject:svn commit - mysqldoc@docsrva: r9215 - in trunk: . refman-5.0 refman-5.1 refman-6.0
View as plain text  
Author: paul
Date: 2007-12-09 05:05:45 +0100 (Sun, 09 Dec 2007)
New Revision: 9215

Log:
 r34070@arctic:  paul | 2007-12-08 21:57:30 -0600
 SP restrictions revisions.


Modified:
   trunk/refman-5.0/restrictions.xml
   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:34045
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:27855
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:22582
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:34070
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:27855
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:22582


Modified: trunk/refman-5.0/restrictions.xml
===================================================================
--- trunk/refman-5.0/restrictions.xml	2007-12-09 00:15:05 UTC (rev 9214)
+++ trunk/refman-5.0/restrictions.xml	2007-12-09 04:05:45 UTC (rev 9215)
Changed blocks: 2, Lines Added: 10, Lines Deleted: 6; 1378 bytes

@@ -226,8 +226,8 @@
     </itemizedlist>
 
     <para>
-      The behavior that table columns do not take precedence over
-      variables is non-standard.
+      The behavior that variables take precedence over table columns is
+      non-standard.
     </para>
 
     <para>

@@ -238,10 +238,14 @@
 
     <para>
       <literal>INFORMATION_SCHEMA</literal> does not have a
-      <literal>PARAMETERS</literal> table until MySQL 6, so applications
-      that need to acquire routine parameter information at runtime must
-      use workarounds such as parsing the output of <literal>SHOW
-      CREATE</literal> statements.
+      <literal>PARAMETERS</literal> table until MySQL 6.0, so
+      applications that need to acquire routine parameter information at
+      runtime must use workarounds such as parsing the output of
+      <literal>SHOW CREATE</literal> statements or the
+      <literal>param_list</literal> column of the
+      <literal>mysql.proc</literal> table. <literal>param_list</literal>
+      contents can be processed from within a stored routine, unlike the
+      output from <literal>SHOW</literal>.
     </para>
 
     <para>


Modified: trunk/refman-5.1/restrictions.xml
===================================================================
--- trunk/refman-5.1/restrictions.xml	2007-12-09 00:15:05 UTC (rev 9214)
+++ trunk/refman-5.1/restrictions.xml	2007-12-09 04:05:45 UTC (rev 9215)
Changed blocks: 2, Lines Added: 7, Lines Deleted: 3; 1107 bytes

@@ -205,8 +205,8 @@
     </itemizedlist>
 
     <para>
-      The behavior that table columns do not take precedence over
-      variables is non-standard.
+      The behavior that variables take precedence over table columns is
+      non-standard.
     </para>
 
     <para>

@@ -220,7 +220,11 @@
       <literal>PARAMETERS</literal> table until MySQL 6.0, so
       applications that need to acquire routine parameter information at
       runtime must use workarounds such as parsing the output of
-      <literal>SHOW CREATE</literal> statements.
+      <literal>SHOW CREATE</literal> statements or the
+      <literal>param_list</literal> column of the
+      <literal>mysql.proc</literal> table. <literal>param_list</literal>
+      contents can be processed from within a stored routine, unlike the
+      output from <literal>SHOW</literal>.
     </para>
 
     <para>


Modified: trunk/refman-6.0/restrictions.xml
===================================================================
--- trunk/refman-6.0/restrictions.xml	2007-12-09 00:15:05 UTC (rev 9214)
+++ trunk/refman-6.0/restrictions.xml	2007-12-09 04:05:45 UTC (rev 9215)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 2; 520 bytes

@@ -205,8 +205,8 @@
     </itemizedlist>
 
     <para>
-      The behavior that table columns do not take precedence over
-      variables is non-standard.
+      The behavior that variables take precedence over table columns is
+      non-standard.
     </para>
 
     <para>


Thread
svn commit - mysqldoc@docsrva: r9215 - in trunk: . refman-5.0 refman-5.1 refman-6.0paul9 Dec