List:Internals« Previous MessageNext Message »
From:paul Date:November 11 2005 5:11pm
Subject:svn commit - mysqldoc@docsrva: r313 - in trunk: . refman-5.0 refman-5.1
View as plain text  
Author: paul
Date: 2005-11-11 17:11:49 +0100 (Fri, 11 Nov 2005)
New Revision: 313

Log:
 r3648@frost:  paul | 2005-11-11 09:33:03 -0600
 Privilege for ALTER VIEW or OR REPLACE clause of CREATE VIEW
 changed from DELETE to DROP in 5.0.4.


Modified:
   trunk/
   trunk/refman-5.0/views.xml
   trunk/refman-5.1/views.xml


Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:3626
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:932
   + b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:3648
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:932

Modified: trunk/refman-5.0/views.xml
===================================================================
--- trunk/refman-5.0/views.xml	2005-11-11 14:09:23 UTC (rev 312)
+++ trunk/refman-5.0/views.xml	2005-11-11 16:11:49 UTC (rev 313)
@@ -94,7 +94,7 @@
       This statement changes the definition of an existing view. The
       syntax is similar to that for <literal>CREATE VIEW</literal>. See
       <xref linkend="create-view"/>. This statement requires the
-      <literal>CREATE VIEW</literal> and
<literal>DELETE</literal>
+      <literal>CREATE VIEW</literal> and <literal>DROP</literal>
       privileges for the view, and some privilege for each column
       referred to in the <literal>SELECT</literal> statement.
     </para>
@@ -153,7 +153,7 @@
       used elsewhere in the <literal>SELECT</literal> statement you must
       have the <literal>SELECT</literal> privilege. If the <literal>OR
       REPLACE</literal> clause is present, you must also have the
-      <literal>DELETE</literal> privilege for the view.
+      <literal>DROP</literal> privilege for the view.
     </para>
 
     <para>

Modified: trunk/refman-5.1/views.xml
===================================================================
--- trunk/refman-5.1/views.xml	2005-11-11 14:09:23 UTC (rev 312)
+++ trunk/refman-5.1/views.xml	2005-11-11 16:11:49 UTC (rev 313)
@@ -93,7 +93,7 @@
       This statement changes the definition of an existing view. The
       syntax is similar to that for <literal>CREATE VIEW</literal>. See
       <xref linkend="create-view"/>. This statement requires the
-      <literal>CREATE VIEW</literal> and
<literal>DELETE</literal>
+      <literal>CREATE VIEW</literal> and <literal>DROP</literal>
       privileges for the view, and some privilege for each column
       referred to in the <literal>SELECT</literal> statement.
     </para>
@@ -148,7 +148,7 @@
       used elsewhere in the <literal>SELECT</literal> statement you must
       have the <literal>SELECT</literal> privilege. If the <literal>OR
       REPLACE</literal> clause is present, you must also have the
-      <literal>DELETE</literal> privilege for the view.
+      <literal>DROP</literal> privilege for the view.
     </para>
 
     <para>

Thread
svn commit - mysqldoc@docsrva: r313 - in trunk: . refman-5.0 refman-5.1paul11 Nov