Author: paul
Date: 2005-11-03 02:11:38 +0100 (Thu, 03 Nov 2005)
New Revision: 230
Log:
r3330@frost: paul | 2005-11-02 18:52:22 -0600
DATABASE() result in stored routine is owning database. (Bug#13584)
Modified:
trunk/
trunk/refman-5.0/functions.xml
trunk/refman-5.1/functions.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:3329
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:269
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:3330
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:269
Modified: trunk/refman-5.0/functions.xml
===================================================================
--- trunk/refman-5.0/functions.xml 2005-11-03 01:11:25 UTC (rev 229)
+++ trunk/refman-5.0/functions.xml 2005-11-03 01:11:38 UTC (rev 230)
@@ -12491,9 +12491,12 @@
<remark role="help-description-begin"/>
<para>
- Returns the default (current) database name. In MySQL
- ¤t-series;, the string has the <literal>utf8</literal>
- character set.
+ Returns the default (current) database name. Within a stored
+ routine, the default database is the database that the
+ routine is associated with, which is not necessarily the
+ same as the database that is the default in the calling
+ context. In MySQL ¤t-series;, the string has the
+ <literal>utf8</literal> character set.
</para>
<remark role="help-description-end"/>
Modified: trunk/refman-5.1/functions.xml
===================================================================
--- trunk/refman-5.1/functions.xml 2005-11-03 01:11:25 UTC (rev 229)
+++ trunk/refman-5.1/functions.xml 2005-11-03 01:11:38 UTC (rev 230)
@@ -12389,9 +12389,12 @@
<remark role="help-description-begin"/>
<para>
- Returns the default (current) database name. In MySQL
- ¤t-series;, the string has the <literal>utf8</literal>
- character set.
+ Returns the default (current) database name. Within a stored
+ routine, the default database is the database that the
+ routine is associated with, which is not necessarily the
+ same as the database that is the default in the calling
+ context. In MySQL ¤t-series;, the string has the
+ <literal>utf8</literal> character set.
</para>
<remark role="help-description-end"/>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r230 - in trunk: . refman-5.0 refman-5.1 | paul | 3 Nov |