List:Commits« Previous MessageNext Message »
From:paul Date:April 22 2008 6:10pm
Subject:svn commit - mysqldoc@docsrva: r10567 - in trunk: . dynamic-docs/changelog
View as plain text  
Author: paul
Date: 2008-04-22 20:10:47 +0200 (Tue, 22 Apr 2008)
New Revision: 10567

Log:
 r30908@arctic:  paul | 2008-04-22 13:11:02 -0500
 Document bugfix:
 Bug#35224: mysqldump --help is very confusing


Modified:
   trunk/dynamic-docs/changelog/mysqld-1.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:30890
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:30906
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:30890
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:30908


Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml	2008-04-22 17:29:35 UTC (rev 10566)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2008-04-22 18:10:47 UTC (rev 10567)
Changed blocks: 1, Lines Added: 30, Lines Deleted: 0; 1030 bytes

@@ -17209,4 +17209,34 @@
 
   </logentry>
 
+  <logentry entrytype="feature">
+
+    <tags>
+      <manual type="--help"/>
+      <manual type="option processing"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="35224"/>
+    </bugs>
+
+    <versions>
+      <version ver="6.0.5"/>
+    </versions>
+
+    <message>
+
+      <para>
+        For boolean options, the option-processing library now prints
+        additional information in the <option>--help</option> message:
+        If the option is enabled by default, the message says so and
+        indicates that the <option>--skip</option> form of the option
+        disables the option. This affects all compiled MySQL programs
+        that use the library.
+      </para>
+
+    </message>
+
+  </logentry>
+
 </changelog>


Thread
svn commit - mysqldoc@docsrva: r10567 - in trunk: . dynamic-docs/changelogpaul22 Apr