Author: paul
Date: 2007-08-01 21:55:19 +0200 (Wed, 01 Aug 2007)
New Revision: 7304
Log:
r28123@polar: paul | 2007-08-01 11:25:52 -0500
RENAME DATABASE destroys stored routines, events.
Modified:
trunk/refman-5.1/sql-syntax.xml
trunk/refman-5.2/sql-syntax.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:28098
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:23143
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:19268
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:28123
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:23143
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:19268
Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml 2007-08-01 15:25:29 UTC (rev 7303)
+++ trunk/refman-5.1/sql-syntax.xml 2007-08-01 19:55:19 UTC (rev 7304)
Changed blocks: 2, Lines Added: 15, Lines Deleted: 0; 1111 bytes
@@ -5299,7 +5299,21 @@
</listitem>
<listitem>
+ <remark role="todo">
+ This item replaces the following commented-out item until
+ Bugs #28360, #17565 are fixed. And perhaps then even the
+ commented-out item will not apply.
+ </remark>
+
<para>
+ <literal>RENAME DATABASE</literal> destroys any stored
+ routines or events associated with the original database.
+ </para>
+ </listitem>
+
+<!--
+ <listitem>
+ <para>
<literal>RENAME DATABASE</literal> does not migrate any
stored routines or events to the new schema name. This
means that:
@@ -5329,6 +5343,7 @@
</itemizedlist>
</para>
</listitem>
+-->
</itemizedlist>
</para>
Modified: trunk/refman-5.2/sql-syntax.xml
===================================================================
--- trunk/refman-5.2/sql-syntax.xml 2007-08-01 15:25:29 UTC (rev 7303)
+++ trunk/refman-5.2/sql-syntax.xml 2007-08-01 19:55:19 UTC (rev 7304)
Changed blocks: 2, Lines Added: 15, Lines Deleted: 0; 1111 bytes
@@ -5306,7 +5306,21 @@
</listitem>
<listitem>
+ <remark role="todo">
+ This item replaces the following commented-out item until
+ Bugs #28360, #17565 are fixed. And perhaps then even the
+ commented-out item will not apply.
+ </remark>
+
<para>
+ <literal>RENAME DATABASE</literal> destroys any stored
+ routines or events associated with the original database.
+ </para>
+ </listitem>
+
+<!--
+ <listitem>
+ <para>
<literal>RENAME DATABASE</literal> does not migrate any
stored routines or events to the new schema name. This
means that:
@@ -5336,6 +5350,7 @@
</itemizedlist>
</para>
</listitem>
+-->
</itemizedlist>
</para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r7304 - in trunk: . refman-5.1 refman-5.2 | paul | 1 Aug |