Author: paul
Date: 2006-01-17 18:41:52 +0100 (Tue, 17 Jan 2006)
New Revision: 876
Log:
r2265@kite-hub: paul | 2006-01-17 11:41:45 -0600
Exercise caution.
Modified:
trunk/
trunk/refman-5.0/stored-procedures.xml
trunk/refman-5.1/stored-procedures.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:6306
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2262
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:6306
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2265
Modified: trunk/refman-5.0/stored-procedures.xml
===================================================================
--- trunk/refman-5.0/stored-procedures.xml 2006-01-17 17:38:39 UTC (rev 875)
+++ trunk/refman-5.0/stored-procedures.xml 2006-01-17 17:41:52 UTC (rev 876)
@@ -365,16 +365,21 @@
with UDFs.
</para>
- <para>
- A framework for external stored procedures will be introduced in
- the near future. This will allow you to write stored procedures
- in languages other than SQL. Most likely, one of the first
- languages to be supported is PHP because the core PHP engine is
- small, thread-safe, and can easily be embedded. Because the
- framework is public, it is expected that many other languages
- can also be supported.
- </para>
+ <remark role="note">
+ The following para is a promise that might someday be fulfilled.
+ But until that happens, we make it invisible. [pd]
+ <para>
+ A framework for external stored procedures will be introduced
+ in the near future. This will allow you to write stored
+ procedures in languages other than SQL. Most likely, one of
+ the first languages to be supported is PHP because the core
+ PHP engine is small, thread-safe, and can easily be embedded.
+ Because the framework is public, it is expected that many
+ other languages can also be supported.
+ </para>
+ </remark>
+
<para>
A procedure or function is considered
<quote>deterministic</quote> if it always produces the same
Modified: trunk/refman-5.1/stored-procedures.xml
===================================================================
--- trunk/refman-5.1/stored-procedures.xml 2006-01-17 17:38:39 UTC (rev 875)
+++ trunk/refman-5.1/stored-procedures.xml 2006-01-17 17:41:52 UTC (rev 876)
@@ -357,16 +357,21 @@
with UDFs.
</para>
- <para>
- A framework for external stored procedures will be introduced in
- the near future. This will allow you to write stored procedures
- in languages other than SQL. Most likely, one of the first
- languages to be supported is PHP because the core PHP engine is
- small, thread-safe, and can easily be embedded. Because the
- framework is public, it is expected that many other languages
- can also be supported.
- </para>
+ <remark role="note">
+ The following para is a promise that might someday be fulfilled.
+ But until that happens, we make it invisible. [pd]
+ <para>
+ A framework for external stored procedures will be introduced
+ in the near future. This will allow you to write stored
+ procedures in languages other than SQL. Most likely, one of
+ the first languages to be supported is PHP because the core
+ PHP engine is small, thread-safe, and can easily be embedded.
+ Because the framework is public, it is expected that many
+ other languages can also be supported.
+ </para>
+ </remark>
+
<para>
A procedure or function is considered
<quote>deterministic</quote> if it always produces the same
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r876 - in trunk: . refman-5.0 refman-5.1 | paul | 17 Jan |