Author: paul
Date: 2007-08-08 18:47:39 +0200 (Wed, 08 Aug 2007)
New Revision: 7384
Log:
r28510@polar: paul | 2007-08-08 11:46:10 -0500
Add --debug-check/--debug-info options to optvars files.
Modified:
trunk/dynamic-docs/command-optvars/mysql.xml
trunk/dynamic-docs/command-optvars/mysqladmin.xml
trunk/dynamic-docs/command-optvars/mysqlbinlog.xml
trunk/dynamic-docs/command-optvars/mysqlcheck.xml
trunk/dynamic-docs/command-optvars/mysqldump.xml
trunk/dynamic-docs/command-optvars/mysqlimport.xml
trunk/dynamic-docs/command-optvars/mysqlshow.xml
trunk/dynamic-docs/command-optvars/mysqlslap.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:28508
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:23508
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:19268
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:28510
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:23508
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:19268
Modified: trunk/dynamic-docs/command-optvars/mysql.xml
===================================================================
--- trunk/dynamic-docs/command-optvars/mysql.xml 2007-08-08 16:34:24 UTC (rev 7383)
+++ trunk/dynamic-docs/command-optvars/mysql.xml 2007-08-08 16:47:39 UTC (rev 7384)
Changed blocks: 2, Lines Added: 19, Lines Deleted: 1; 1697 bytes
@@ -135,6 +135,8 @@
</shortdescription>
<types>
<optype class="cmdline" format="--column-type-info"/>
+ <!-- -m was introduced in 5.1.21 -->
+ <optype class="cmdline" format="-m"/>
<optype class="mycnf"/>
</types>
<versions>
@@ -202,11 +204,27 @@
<manual version="5.2"/>
</versions>
</option>
+ <option command="mysql" section="server" id="debug-check">
+ <xrefto id="option_mysql_debug-check"/>
+ <name>debug-check</name>
+ <shortdescription lang="en">
+ Print debugging information when the program exits
+ </shortdescription>
+ <types>
+ <optype class="cmdline" format="--debug-check"/>
+ <optype class="mycnf"/>
+ </types>
+ <versions>
+ <manual version="5.1"/>
+ <introduced version="5.1.21"/>
+ <manual version="5.2"/>
+ </versions>
+ </option>
<option command="mysql" section="server" id="debug-info">
<xrefto id="option_mysql_debug-info"/>
<name>debug-info</name>
<shortdescription lang="en">
- Print some debugging information when the program exits
+ Print debugging information, memory and CPU statistics when the program exits
</shortdescription>
<types>
<optype class="cmdline" format="--debug-info"/>
Modified: trunk/dynamic-docs/command-optvars/mysqladmin.xml
===================================================================
--- trunk/dynamic-docs/command-optvars/mysqladmin.xml 2007-08-08 16:34:24 UTC (rev 7383)
+++ trunk/dynamic-docs/command-optvars/mysqladmin.xml 2007-08-08 16:47:39 UTC (rev 7384)
Changed blocks: 1, Lines Added: 32, Lines Deleted: 0; 1727 bytes
@@ -167,6 +167,38 @@
<manual version="5.2"/>
</versions>
</option>
+ <option command="mysqladmin" section="server" id="debug-check">
+ <xrefto id="option_mysqladmin_debug-check"/>
+ <name>debug-check</name>
+ <shortdescription lang="en">
+ Print debugging information when the program exits
+ </shortdescription>
+ <types>
+ <optype class="cmdline" format="--debug-check"/>
+ <optype class="mycnf"/>
+ </types>
+ <versions>
+ <manual version="5.1"/>
+ <introduced version="5.1.21"/>
+ <manual version="5.2"/>
+ </versions>
+ </option>
+ <option command="mysqladmin" section="server" id="debug-info">
+ <xrefto id="option_mysqladmin_debug-info"/>
+ <name>debug-info</name>
+ <shortdescription lang="en">
+ Print debugging information, memory and CPU statistics when the program exits
+ </shortdescription>
+ <types>
+ <optype class="cmdline" format="--debug-info"/>
+ <optype class="mycnf"/>
+ </types>
+ <versions>
+ <manual version="5.1"/>
+ <introduced version="5.1.21"/>
+ <manual version="5.2"/>
+ </versions>
+ </option>
<option command="mysqladmin" section="server" id="default-character-set">
<xrefto id="option_mysqladmin_default-character-set"/>
Modified: trunk/dynamic-docs/command-optvars/mysqlbinlog.xml
===================================================================
--- trunk/dynamic-docs/command-optvars/mysqlbinlog.xml 2007-08-08 16:34:24 UTC (rev 7383)
+++ trunk/dynamic-docs/command-optvars/mysqlbinlog.xml 2007-08-08 16:47:39 UTC (rev 7384)
Changed blocks: 1, Lines Added: 32, Lines Deleted: 0; 1699 bytes
@@ -40,6 +40,38 @@
<manual version="5.2"/>
</versions>
</option>
+ <option command="mysqlbinlog" section="server" id="debug-check">
+ <xrefto id="option_mysqlbinlog_debug-check"/>
+ <name>debug-check</name>
+ <shortdescription lang="en">
+ Print debugging information when the program exits
+ </shortdescription>
+ <types>
+ <optype class="cmdline" format="--debug-check"/>
+ <optype class="mycnf"/>
+ </types>
+ <versions>
+ <manual version="5.1"/>
+ <introduced version="5.1.21"/>
+ <manual version="5.2"/>
+ </versions>
+ </option>
+ <option command="mysqlbinlog" section="server" id="debug-info">
+ <xrefto id="option_mysqlbinlog_debug-info"/>
+ <name>debug-info</name>
+ <shortdescription lang="en">
+ Print debugging information, memory and CPU statistics when the program exits
+ </shortdescription>
+ <types>
+ <optype class="cmdline" format="--debug-info"/>
+ <optype class="mycnf"/>
+ </types>
+ <versions>
+ <manual version="5.1"/>
+ <introduced version="5.1.21"/>
+ <manual version="5.2"/>
+ </versions>
+ </option>
<option command="mysqlbinlog" section="server" id="host">
<xrefto id="option_mysqlbinlog_host"/>
Modified: trunk/dynamic-docs/command-optvars/mysqlcheck.xml
===================================================================
--- trunk/dynamic-docs/command-optvars/mysqlcheck.xml 2007-08-08 16:34:24 UTC (rev 7383)
+++ trunk/dynamic-docs/command-optvars/mysqlcheck.xml 2007-08-08 16:47:39 UTC (rev 7384)
Changed blocks: 1, Lines Added: 32, Lines Deleted: 0; 1713 bytes
@@ -76,6 +76,38 @@
<manual version="5.2"/>
</versions>
</option>
+ <option command="mysqlcheck" section="server" id="debug-check">
+ <xrefto id="option_mysqlcheck-check"/>
+ <name>debug-check</name>
+ <shortdescription lang="en">
+ Print debugging information when the program exits
+ </shortdescription>
+ <types>
+ <optype class="cmdline" format="--debug-check"/>
+ <optype class="mycnf"/>
+ </types>
+ <versions>
+ <manual version="5.1"/>
+ <introduced version="5.1.21"/>
+ <manual version="5.2"/>
+ </versions>
+ </option>
+ <option command="mysqlcheck" section="server" id="debug-info">
+ <xrefto id="option_mysqlcheck-info"/>
+ <name>debug-info</name>
+ <shortdescription lang="en">
+ Print debugging information, memory and CPU statistics when the program exits
+ </shortdescription>
+ <types>
+ <optype class="cmdline" format="--debug-info"/>
+ <optype class="mycnf"/>
+ </types>
+ <versions>
+ <manual version="5.1"/>
+ <introduced version="5.1.21"/>
+ <manual version="5.2"/>
+ </versions>
+ </option>
<option command="mysqlcheck" section="server" id="default-character-set">
<xrefto id="option_mysqlcheck_default-character-set"/>
Modified: trunk/dynamic-docs/command-optvars/mysqldump.xml
===================================================================
--- trunk/dynamic-docs/command-optvars/mysqldump.xml 2007-08-08 16:34:24 UTC (rev 7383)
+++ trunk/dynamic-docs/command-optvars/mysqldump.xml 2007-08-08 16:47:39 UTC (rev 7384)
Changed blocks: 1, Lines Added: 32, Lines Deleted: 0; 1659 bytes
@@ -73,6 +73,38 @@
<manual version="5.2"/>
</versions>
</option>
+ <option command="mysqldump" section="server" id="debug-check">
+ <xrefto id="option_mysqldump_debug-check"/>
+ <name>debug-check</name>
+ <shortdescription lang="en">
+ Print debugging information when the program exits
+ </shortdescription>
+ <types>
+ <optype class="cmdline" format="--debug-check"/>
+ <optype class="mycnf"/>
+ </types>
+ <versions>
+ <manual version="5.1"/>
+ <introduced version="5.1.21"/>
+ <manual version="5.2"/>
+ </versions>
+ </option>
+ <option command="mysqldump" section="server" id="debug-info">
+ <xrefto id="option_mysqldump_debug-info"/>
+ <name>debug-info</name>
+ <shortdescription lang="en">
+ Print debugging information, memory and CPU statistics when the program exits
+ </shortdescription>
+ <types>
+ <optype class="cmdline" format="--debug-info"/>
+ <optype class="mycnf"/>
+ </types>
+ <versions>
+ <manual version="5.1"/>
+ <introduced version="5.1.21"/>
+ <manual version="5.2"/>
+ </versions>
+ </option>
<option command="mysqldump" section="server" id="default-character-set">
Modified: trunk/dynamic-docs/command-optvars/mysqlimport.xml
===================================================================
--- trunk/dynamic-docs/command-optvars/mysqlimport.xml 2007-08-08 16:34:24 UTC (rev 7383)
+++ trunk/dynamic-docs/command-optvars/mysqlimport.xml 2007-08-08 16:47:39 UTC (rev 7384)
Changed blocks: 1, Lines Added: 32, Lines Deleted: 0; 1734 bytes
@@ -74,6 +74,38 @@
<manual version="5.2"/>
</versions>
</option>
+ <option command="mysqlimport" section="server" id="debug-check">
+ <xrefto id="option_mysqlimport_debug-check"/>
+ <name>debug-check</name>
+ <shortdescription lang="en">
+ Print debugging information when the program exits
+ </shortdescription>
+ <types>
+ <optype class="cmdline" format="--debug-check"/>
+ <optype class="mycnf"/>
+ </types>
+ <versions>
+ <manual version="5.1"/>
+ <introduced version="5.1.21"/>
+ <manual version="5.2"/>
+ </versions>
+ </option>
+ <option command="mysqlimport" section="server" id="debug-info">
+ <xrefto id="option_mysqlimport_debug-info"/>
+ <name>debug-info</name>
+ <shortdescription lang="en">
+ Print debugging information, memory and CPU statistics when the program exits
+ </shortdescription>
+ <types>
+ <optype class="cmdline" format="--debug-info"/>
+ <optype class="mycnf"/>
+ </types>
+ <versions>
+ <manual version="5.1"/>
+ <introduced version="5.1.21"/>
+ <manual version="5.2"/>
+ </versions>
+ </option>
<option command="mysqlimport" section="server" id="default-character-set">
<xrefto id="option_mysqlimport_default-character-set"/>
Modified: trunk/dynamic-docs/command-optvars/mysqlshow.xml
===================================================================
--- trunk/dynamic-docs/command-optvars/mysqlshow.xml 2007-08-08 16:34:24 UTC (rev 7383)
+++ trunk/dynamic-docs/command-optvars/mysqlshow.xml 2007-08-08 16:47:39 UTC (rev 7384)
Changed blocks: 1, Lines Added: 32, Lines Deleted: 0; 1716 bytes
@@ -56,6 +56,38 @@
<manual version="5.2"/>
</versions>
</option>
+ <option command="mysqlshow" section="server" id="debug-check">
+ <xrefto id="option_mysqlshow_debug-check"/>
+ <name>debug-check</name>
+ <shortdescription lang="en">
+ Print debugging information when the program exits
+ </shortdescription>
+ <types>
+ <optype class="cmdline" format="--debug-check"/>
+ <optype class="mycnf"/>
+ </types>
+ <versions>
+ <manual version="5.1"/>
+ <introduced version="5.1.21"/>
+ <manual version="5.2"/>
+ </versions>
+ </option>
+ <option command="mysqlshow" section="server" id="debug-info">
+ <xrefto id="option_mysqlshow_debug-info"/>
+ <name>debug-info</name>
+ <shortdescription lang="en">
+ Print debugging information, memory and CPU statistics when the program exits
+ </shortdescription>
+ <types>
+ <optype class="cmdline" format="--debug-info"/>
+ <optype class="mycnf"/>
+ </types>
+ <versions>
+ <manual version="5.1"/>
+ <introduced version="5.1.21"/>
+ <manual version="5.2"/>
+ </versions>
+ </option>
<option command="mysqlshow" section="server" id="default-character-set">
<xrefto id="option_mysqlshow_default-character-set"/>
Modified: trunk/dynamic-docs/command-optvars/mysqlslap.xml
===================================================================
--- trunk/dynamic-docs/command-optvars/mysqlslap.xml 2007-08-08 16:34:24 UTC (rev 7383)
+++ trunk/dynamic-docs/command-optvars/mysqlslap.xml 2007-08-08 16:47:39 UTC (rev 7384)
Changed blocks: 1, Lines Added: 33, Lines Deleted: 0; 1733 bytes
@@ -48,6 +48,39 @@
<manual version="5.1"/>
</versions>
</option>
+ <option command="mysqlslap" section="server" id="debug-check">
+ <xrefto id="option_mysqlslap_debug-check"/>
+ <name>debug-check</name>
+ <shortdescription lang="en">
+ Print debugging information when the program exits
+ </shortdescription>
+ <types>
+ <optype class="cmdline" format="--debug-check"/>
+ <optype class="mycnf"/>
+ </types>
+ <versions>
+ <manual version="5.1"/>
+ <introduced version="5.1.21"/>
+ <manual version="5.2"/>
+ </versions>
+ </option>
+ <option command="mysqlslap" section="server" id="debug-info">
+ <xrefto id="option_mysqlslap_debug-info"/>
+ <name>debug-info</name>
+ <shortdescription lang="en">
+ Print debugging information, memory and CPU statistics when the program exits
+ </shortdescription>
+ <types>
+ <optype class="cmdline" format="--debug-info"/>
+ <optype class="cmdline" format="-T"/>
+ <optype class="mycnf"/>
+ </types>
+ <versions>
+ <manual version="5.1"/>
+ <introduced version="5.1.21"/>
+ <manual version="5.2"/>
+ </versions>
+ </option>
<option command="mysqlslap" section="server" id="host">
<xrefto id="option_mysqlslap_host"/>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r7384 - in trunk: . dynamic-docs/command-optvars | paul | 8 Aug |