List:Commits« Previous MessageNext Message »
From:plavin Date:October 25 2007 8:18pm
Subject:svn commit - mysqldoc@docsrva: r8326 - in trunk: refman-5.0 refman-5.1
View as plain text  
Author: plavin
Date: 2007-10-25 22:18:04 +0200 (Thu, 25 Oct 2007)
New Revision: 8326

Log:
Fix documentation bug#31065, mysql_fix_privilege_tabls.sql is not where
the docs say it is


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


Modified: trunk/refman-5.0/dba-core.xml
===================================================================
--- trunk/refman-5.0/dba-core.xml	2007-10-25 19:26:24 UTC (rev 8325)
+++ trunk/refman-5.0/dba-core.xml	2007-10-25 20:18:04 UTC (rev 8326)
Changed blocks: 1, Lines Added: 8, Lines Deleted: 1; 901 bytes

@@ -15296,8 +15296,15 @@
 <programlisting>
 C:\&gt; <userinput>cd "C:\Program Files\MySQL\MySQL Server &current-series;"</userinput>
 C:\&gt; <userinput>bin\mysql -u root -p mysql</userinput>
-mysql&gt; <userinput>SOURCE scripts/mysql_fix_privilege_tables.sql</userinput>
+mysql&gt; <userinput>SOURCE share/mysql_fix_privilege_tables.sql</userinput>
 </programlisting>
+          
+          <note>
+            <para>
+              Prior to version 5.0.38, this script is found in the <filename>scripts</filename>
+              directory.
+            </para>
+          </note>
 
           <para>
             The <command>mysql</command> command will prompt you for the


Modified: trunk/refman-5.1/dba-core.xml
===================================================================
--- trunk/refman-5.1/dba-core.xml	2007-10-25 19:26:24 UTC (rev 8325)
+++ trunk/refman-5.1/dba-core.xml	2007-10-25 20:18:04 UTC (rev 8326)
Changed blocks: 1, Lines Added: 8, Lines Deleted: 1; 901 bytes

@@ -16377,8 +16377,15 @@
 <programlisting>
 C:\&gt; <userinput>cd "C:\Program Files\MySQL\MySQL Server &current-series;"</userinput>
 C:\&gt; <userinput>bin\mysql -u root -p mysql</userinput>
-mysql&gt; <userinput>SOURCE scripts/mysql_fix_privilege_tables.sql</userinput>
+mysql&gt; <userinput>SOURCE share/mysql_fix_privilege_tables.sql</userinput>
 </programlisting>
+          
+          <note>
+            <para>
+              Prior to version 5.1.17, this script is found in the <filename>scripts</filename>
+              directory.
+            </para>
+          </note>
 
           <para>
             The <command>mysql</command> command will prompt you for the


Thread
svn commit - mysqldoc@docsrva: r8326 - in trunk: refman-5.0 refman-5.1plavin25 Oct