List:Commits« Previous MessageNext Message »
From:plavin Date:April 11 2007 3:52pm
Subject:svn commit - mysqldoc@docsrva: r5836 - trunk/dynamic-docs/command-optvars
View as plain text  
Author: plavin
Date: 2007-04-11 17:52:58 +0200 (Wed, 11 Apr 2007)
New Revision: 5836

Log:
add resolve_stack_dump

Added:
   trunk/dynamic-docs/command-optvars/resolve_stack_dump.xml


Added: trunk/dynamic-docs/command-optvars/resolve_stack_dump.xml
===================================================================
--- trunk/dynamic-docs/command-optvars/resolve_stack_dump.xml	                        (rev 0)
+++ trunk/dynamic-docs/command-optvars/resolve_stack_dump.xml	2007-04-11 15:52:58 UTC (rev 5836)
Changed blocks: 1, Lines Added: 73, Lines Deleted: 0; 2957 bytes

@@ -0,0 +1,73 @@
+<!DOCTYPE options SYSTEM "../mysqld-optvar/options.dtd">
+<options>
+    <option command="resolve_stack_dump" section="server" id="help">
+        <!--xrefto id="option_resolve_stack_dump_help"/-->
+        <name>help</name>
+        <shortdescription lang="en">
+            Display help message and exit
+        </shortdescription>
+        <types>
+            <optype class="cmdline" format="--help"/>
+            <optype class="cmdline" format="-h"/>
+        </types>        
+        <versions>
+            <manual version="4.1"/>
+            <manual version="5.0"/>
+            <manual version="5.1"/>
+        </versions>
+    </option> 
+   
+    <option command="resolve_stack_dump" section="server" id="version">
+        <!--xrefto id="option_resolve_stack_dump_version"/-->
+        <name>version</name>
+        <shortdescription lang="en">
+            Display version information and exit 
+        </shortdescription>
+        <types>
+            <optype class="cmdline" format="--version"/>
+            <optype class="cmdline" format="-V"/>
+        </types>  
+        <versions>
+            <manual version="4.1"/>
+            <manual version="5.0"/>
+            <manual version="5.1"/>
+        </versions>
+    </option>   
+    
+    <option command="resolve_stack_dump" section="server" id="numeric-dump-file">
+        <!--xrefto id="option_resolve_stack_dump_numeric-dump-file"/-->
+        <name>numeric-dump-file</name>
+        <shortdescription lang="en">
+            Read the stack trace from the given file.
+        </shortdescription>
+        <types>
+            <optype class="cmdline" format="--numeric-dump-file=file_name"/>
+            <optype class="cmdline" format="-n file_name"/>
+        </types> 
+        <values vartype="filename" platform="all"/>
+        <versions>
+            <manual version="4.1"/>
+            <manual version="5.0"/>
+            <manual version="5.1"/>
+        </versions>
+    </option>
+    
+    <option command="resolve_stack_dump" section="server" id="symbols-file">
+        <!--xrefto id="option_resolve_stack_dump_symbols-file"/-->
+        <name>symbols-file</name>
+        <shortdescription lang="en">
+            Read the stack trace from the given file.
+        </shortdescription>
+        <types>
+            <optype class="cmdline" format="--symbols-file=file_name"/>
+            <optype class="cmdline" format="-s file_name"/>
+        </types> 
+        <values vartype="filename" platform="all"/>
+        <versions>
+            <manual version="4.1"/>
+            <manual version="5.0"/>
+            <manual version="5.1"/>
+        </versions>
+    </option>
+    
+</options>


Thread
svn commit - mysqldoc@docsrva: r5836 - trunk/dynamic-docs/command-optvarsplavin11 Apr