List:Commits« Previous MessageNext Message »
From:paul.dubois Date:October 24 2008 7:47pm
Subject:svn commit - mysqldoc@docsrva: r12147 - in trunk: . refman-5.1 refman-6.0
View as plain text  
Author: paul
Date: 2008-10-24 21:47:23 +0200 (Fri, 24 Oct 2008)
New Revision: 12147

Log:
 r34955@frost:  paul | 2008-10-24 13:34:35 -0500
 Mention ---plugin-load in --skip-grant-table description


Modified:
   trunk/refman-5.1/dba-core.xml
   trunk/refman-6.0/dba-core.xml

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:34947
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:33695
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:34955
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:33695


Modified: trunk/refman-5.1/dba-core.xml
===================================================================
--- trunk/refman-5.1/dba-core.xml	2008-10-24 16:41:42 UTC (rev 12146)
+++ trunk/refman-5.1/dba-core.xml	2008-10-24 19:47:23 UTC (rev 12147)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 4; 1242 bytes

@@ -2685,13 +2685,15 @@
             reload</command> command from a system shell, or by issuing
             a MySQL <literal>FLUSH PRIVILEGES</literal> statement after
             connecting to the server. This option also suppresses
-            loading of plugins and user-defined functions (UDFs).
-            Beginning with MySQL 5.1.17, it also suppresses loading of
-            scheduled events (Bug #28607).
+            loading of plugins, user-defined functions (UDFs), and,
+            beginning with MySQL 5.1.17, scheduled events. To cause
+            plugins to be loaded anyway, use the
+            <option>--plugin-load</option> option.
           </para>
 
           <para>
-            This option is unavailable if MySQL was configured with the
+            <option>--skip-grant-tables</option> is unavailable if MySQL
+            was configured with the
             <option>--disable-grant-options</option> option. See
             <xref linkend="configure-options"/>.
           </para>


Modified: trunk/refman-6.0/dba-core.xml
===================================================================
--- trunk/refman-6.0/dba-core.xml	2008-10-24 16:41:42 UTC (rev 12146)
+++ trunk/refman-6.0/dba-core.xml	2008-10-24 19:47:23 UTC (rev 12147)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 3; 1153 bytes

@@ -2769,12 +2769,14 @@
             reload</command> command from a system shell, or by issuing
             a MySQL <literal>FLUSH PRIVILEGES</literal> statement after
             connecting to the server. This option also suppresses
-            loading of plugins and user-defined functions (UDFs). The
-            option also suppresses loading of scheduled events
+            loading of plugins, user-defined functions (UDFs), and
+            scheduled events. To cause plugins to be loaded anyway, use
+            the <option>--plugin-load</option> option.
           </para>
 
           <para>
-            This option is unavailable if MySQL was configured with the
+            <option>--skip-grant-tables</option> is unavailable if MySQL
+            was configured with the
             <option>--disable-grant-options</option> option. See
             <xref linkend="configure-options"/>.
           </para>


Thread
svn commit - mysqldoc@docsrva: r12147 - in trunk: . refman-5.1 refman-6.0paul.dubois24 Oct