Author: jstephens
Date: 2007-02-02 10:48:13 +0100 (Fri, 02 Feb 2007)
New Revision: 4748
Log:
Added Docs Bug #20319 fix to 5.0 Manual.
Modified:
trunk/refman-5.0/sql-syntax.xml
Modified: trunk/refman-5.0/sql-syntax.xml
===================================================================
--- trunk/refman-5.0/sql-syntax.xml 2007-02-02 09:41:43 UTC (rev 4747)
+++ trunk/refman-5.0/sql-syntax.xml 2007-02-02 09:48:13 UTC (rev 4748)
Changed blocks: 2, Lines Added: 14, Lines Deleted: 0; 1171 bytes
@@ -12499,6 +12499,12 @@
that user's next attempt to log in will fail. <emphasis>This
is by design</emphasis>.
</para>
+
+ <para>
+ <literal>DROP USER</literal> does not automatically delete or
+ invalidate any database objects that the user created. This
+ applies to tables, views, stored routines, and triggers.
+ </para>
</section>
@@ -13647,6 +13653,14 @@
</para>
<remark role="help-description-end"/>
+
+ <para>
+ <literal>RENAME USER</literal> does not automatically migrate
+ any database objects that the user created, nor does it
+ migrate any privileges that the user had prior to the
+ renaming. This applies to tables, views, stored routines, and
+ triggers.
+ </para>
<para>
The <literal>RENAME USER</literal> statement was added in
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r4748 - trunk/refman-5.0 | jon | 2 Feb |