Author: paul
Date: 2008-02-16 16:20:17 +0100 (Sat, 16 Feb 2008)
New Revision: 9871
Log:
r29233@frost: paul | 2008-02-16 09:01:14 -0600
--debug-info was added to mysqlcheck in 5.1.14, not 5.1.21.
Modified:
trunk/dynamic-docs/changelog/mysqld.xml
trunk/dynamic-docs/command-optvars/mysqlcheck.xml
trunk/refman-5.1/programs-client-core.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:34985
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:29225
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:29304
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:34985
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:29233
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:29304
Modified: trunk/dynamic-docs/changelog/mysqld.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld.xml 2008-02-16 12:03:47 UTC (rev 9870)
+++ trunk/dynamic-docs/changelog/mysqld.xml 2008-02-16 15:20:17 UTC (rev 9871)
Changed blocks: 2, Lines Added: 31, Lines Deleted: 8; 2139 bytes
@@ -112686,6 +112686,29 @@
<logentry entrytype="feature">
<tags>
+ <manual type="debug-info"/>
+ <manual type="mysqlcheck"/>
+ </tags>
+
+ <versions>
+ <version ver="5.1.14"/>
+ </versions>
+
+ <message>
+
+ <para>
+ <command>mysqlcheck</command> now accepts the
+ <option>--debug-info</option> option, which displays debugging
+ information and memory and CPU usage statistics at program exit.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="feature">
+
+ <tags>
<manual type="mysqlbinlog"/>
<manual type="mysqlimport"/>
<manual type="debug-info"/>
@@ -112718,14 +112741,14 @@
<command>mysqlimport</command>,
<command>mysqlshow</command>,
<command>mysqlslap</command>,
<command>mysqltest</command>,
<command>mysql_upgrade</command>. (Note:
- <command>mysql</command> and <command>mysqltest</command>
- already accepted <option>--debug-info</option>.)
- <option>--debug-check</option> prints debugging information at
- program exit. <option>--debug-info</option> is similar but also
- prints memory and CPU usage statistics. This patch also corrects
- a problem for <command>mysql</command> that
- <option>--debug-info</option> did not display statistics at exit
- time.
+ <command>mysql</command>, <command>mysqlcheck</command>,
and
+ <command>mysqltest</command> already accepted
+ <option>--debug-info</option>.)
<option>--debug-check</option>
+ prints debugging information at program exit.
+ <option>--debug-info</option> is similar but also prints memory
+ and CPU usage statistics. This patch also corrects a problem for
+ <command>mysql</command> that
<option>--debug-info</option> did
+ not display statistics at exit time.
</para>
</message>
Modified: trunk/dynamic-docs/command-optvars/mysqlcheck.xml
===================================================================
--- trunk/dynamic-docs/command-optvars/mysqlcheck.xml 2008-02-16 12:03:47 UTC (rev 9870)
+++ trunk/dynamic-docs/command-optvars/mysqlcheck.xml 2008-02-16 15:20:17 UTC (rev 9871)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 517 bytes
@@ -176,7 +176,7 @@
<versions>
<manual version="5.1"/>
- <introduced version="5.1.21"/>
+ <introduced version="5.1.14"/>
<manual version="5.2"/>
<manual version="6.0"/>
</versions>
Modified: trunk/refman-5.1/programs-client-core.xml
===================================================================
--- trunk/refman-5.1/programs-client-core.xml 2008-02-16 12:03:47 UTC (rev 9870)
+++ trunk/refman-5.1/programs-client-core.xml 2008-02-16 15:20:17 UTC (rev 9871)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 544 bytes
@@ -4233,7 +4233,7 @@
<para>
Print debugging information and memory and CPU usage
statistics when the program exits. This option was added in
- MySQL 5.1.21.
+ MySQL 5.1.14.
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r9871 - in trunk: . dynamic-docs/changelog dynamic-docs/command-optvars refman-5.1 | paul | 16 Feb |