Author: paul
Date: 2009-07-02 02:47:17 +0200 (Thu, 02 Jul 2009)
New Revision: 15556
Log:
r42616@frost: paul | 2009-07-01 19:46:40 -0500
5.4.4 has I_S ROUTINES and PARAMETERS tables (more info)
Modified:
trunk/refman-5.4/introduction.xml
trunk/refman-5.4/stored-routines.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:43968
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/trunk:44480
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:42614
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:39036
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/trunk:39180
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:43968
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/trunk:44480
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:42616
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:39036
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/trunk:39180
Modified: trunk/refman-5.4/introduction.xml
===================================================================
--- trunk/refman-5.4/introduction.xml 2009-07-02 00:42:26 UTC (rev 15555)
+++ trunk/refman-5.4/introduction.xml 2009-07-02 00:47:17 UTC (rev 15556)
Changed blocks: 1, Lines Added: 12, Lines Deleted: 0; 956 bytes
@@ -470,6 +470,18 @@
<listitem>
<para>
+ Improvements in the <literal>INFORMATION_SCHEMA</literal>
+ database, with the addition of the
+ <literal role="is">INFORMATION_SCHEMA.PARAMETERS</literal>
+ table, and new columns added to
+ <literal role="is">INFORMATION_SCHEMA.ROUTINES</literal>
+ (see <xref linkend="parameters-table"/>, and
+ <xref linkend="routines-table"/>).
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Support for the SQL standard
<literal role="stmt">SIGNAL</literal> and
<literal role="stmt">RESIGNAL</literal> statements. See
Modified: trunk/refman-5.4/stored-routines.xml
===================================================================
--- trunk/refman-5.4/stored-routines.xml 2009-07-02 00:42:26 UTC (rev 15555)
+++ trunk/refman-5.4/stored-routines.xml 2009-07-02 00:47:17 UTC (rev 15556)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 2; 750 bytes
@@ -351,9 +351,11 @@
<listitem>
<para>
- Query the <literal role="is">ROUTINES</literal> table of the
+ Query the <literal role="is">ROUTINES</literal> and
+ <literal role="is">PARAMETERS</literal> tables of the
<literal>INFORMATION_SCHEMA</literal> database. See
- <xref linkend="routines-table"/>.
+ <xref linkend="routines-table"/>, and
+ <xref linkend="parameters-table"/>.
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r15556 - in trunk: . refman-5.4 | paul.dubois | 2 Jul |