List:Commits« Previous MessageNext Message »
From:paul Date:September 18 2006 3:59pm
Subject:svn commit - mysqldoc@docsrva: r3391 - in trunk: refman-5.0 refman-5.1
View as plain text  
Author: paul
Date: 2006-09-18 17:59:26 +0200 (Mon, 18 Sep 2006)
New Revision: 3391

Log:
Minor revisions.


Modified:
   trunk/refman-5.0/database-administration.xml
   trunk/refman-5.1/database-administration.xml


Modified: trunk/refman-5.0/database-administration.xml
===================================================================
--- trunk/refman-5.0/database-administration.xml	2006-09-18 14:38:57 UTC (rev 3390)
+++ trunk/refman-5.0/database-administration.xml	2006-09-18 15:59:26 UTC (rev 3391)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 4; 1145 bytes

@@ -14269,10 +14269,13 @@
 
             <para>
               This command edits the specified instance's configuration
-              section to change or add instance options. Instance
-              Manager assumes that the configuration file is located at
-              <filename>/etc/my.cnf</filename>. You should check that
-              the file exists and has appropriate permissions.
+              section to change or add instance options. The option is
+              added to the section is it is not already present.
+              Otherwise, the new setting replaces the existing one.
+              Instance Manager assumes that the configuration file is
+              located at <filename>/etc/my.cnf</filename>. You should
+              check that the file exists and has appropriate
+              permissions.
             </para>
 
 <programlisting>


Modified: trunk/refman-5.1/database-administration.xml
===================================================================
--- trunk/refman-5.1/database-administration.xml	2006-09-18 14:38:57 UTC (rev 3390)
+++ trunk/refman-5.1/database-administration.xml	2006-09-18 15:59:26 UTC (rev 3391)
Changed blocks: 2, Lines Added: 8, Lines Deleted: 5; 1594 bytes

@@ -14195,7 +14195,7 @@
                 <entry><literal>stopping</literal></entry>
                 <entry>The instance is stopping. Nonguarded instances cannot be in this state.
                   A nonguarded instance goes directly from online to
-                  offline.</entry>
+                  offline, or stays offline if startup fails.</entry>
               </row>
               <row>
                 <entry><literal>online</literal></entry>

@@ -14602,10 +14602,13 @@
 
             <para>
               This command edits the specified instance's configuration
-              section to change or add instance options. Instance
-              Manager assumes that the configuration file is located at
-              <filename>/etc/my.cnf</filename>. You should check that
-              the file exists and has appropriate permissions.
+              section to change or add instance options. The option is
+              added to the section is it is not already present.
+              Otherwise, the new setting replaces the existing one.
+              Instance Manager assumes that the configuration file is
+              located at <filename>/etc/my.cnf</filename>. You should
+              check that the file exists and has appropriate
+              permissions.
             </para>
 
 <programlisting>


Thread
svn commit - mysqldoc@docsrva: r3391 - in trunk: refman-5.0 refman-5.1paul18 Sep