Author: plavin
Date: 2007-04-24 16:50:18 +0200 (Tue, 24 Apr 2007)
New Revision: 6128
Log:
Add mysql_explain_log.xml
Added:
trunk/dynamic-docs/command-optvars/mysql_explain_log.xml
Added: trunk/dynamic-docs/command-optvars/mysql_explain_log.xml
===================================================================
--- trunk/dynamic-docs/command-optvars/mysql_explain_log.xml (rev 0)
+++ trunk/dynamic-docs/command-optvars/mysql_explain_log.xml 2007-04-24 14:50:18 UTC (rev 6128)
Changed blocks: 1, Lines Added: 123, Lines Deleted: 0; 4832 bytes
@@ -0,0 +1,123 @@
+<!DOCTYPE options SYSTEM "options.dtd">
+<options>
+ <option command="mysql_explain_log" section="server" id="date">
+ <xrefto id="option_mysql_explain_log_date"/>
+ <name>date</name>
+ <shortdescription lang="en">
+ Select entries from the log only for the specified date
+ </shortdescription>
+ <types>
+ <optype class="cmdline" format="--date=YYMMDD"/>
+ <optype class="cmdline" format="-d YYMMDD"/>
+ <optype class="mycnf"/>
+ </types>
+ <values vartype="datetime" platform="all"/>
+ <versions>
+ <manual version="4.1"/>
+ <manual version="5.0"/>
+ </versions>
+ </option>
+ <option command="mysql_explain_log" section="server" id="help">
+ <xrefto id="option_mysql_explain_log_help"/>
+ <name>help</name>
+ <shortdescription lang="en">
+ Display a help message and exit
+ </shortdescription>
+ <types>
+ <optype class="cmdline" format="--help"/>
+ <optype class="cmdline" format="-?"/>
+ <optype class="mycnf"/>
+ </types>
+ <versions>
+ <manual version="5.0"/>
+ </versions>
+ </option>
+ <option command="mysql_explain_log" section="server" id="host">
+ <xrefto id="option_mysql_explain_log_host"/>
+ <name>host</name>
+ <shortdescription lang="en">
+ Connect to the MySQL server on the given host
+ </shortdescription>
+ <types>
+ <optype class="cmdline" format="--host=host_name"/>
+ <optype class="cmdline" format="-h host_name"/>
+ <optype class="mycnf"/>
+ </types>
+ <values vartype="string" platform="all"/>
+ <versions>
+ <manual version="4.1"/>
+ <manual version="5.0"/>
+ </versions>
+ </option>
+ <option command="mysql_explain_log" section="server" id="printerror">
+ <xrefto id="option_mysql_explain_log_printerror"/>
+ <name>printerror</name>
+ <shortdescription lang="en">
+ Enable error output
+ </shortdescription>
+ <types>
+ <optype class="cmdline" format="--printerror=1"/>
+ <optype class="cmdline" format="-e 1"/>
+ <optype class="mycnf"/>
+ </types>
+ <values vartype="boolean" platform="all"/>
+ <versions>
+ <manual version="4.1"/>
+ <manual version="5.0"/>
+ </versions>
+ </option>
+ <option command="mysql_explain_log" section="server" id="socket">
+ <xrefto id="option_mysql_explain_log_socket"/>
+ <name>socket</name>
+ <shortdescription lang="en">
+ For connections to localhost, the Unix socket file to use, or,
+ on Windows, the name of the named pipe to use
+ </shortdescription>
+ <types>
+ <optype class="cmdline" format="--socket=path"/>
+ <optype class="cmdline" format="-S path"/>
+ <optype class="mycnf"/>
+ </types>
+ <values vartype="filename" platform="all"/>
+ <versions>
+ <manual version="4.1"/>
+ <manual version="5.0"/>
+ </versions>
+ </option>
+ <option command="mysql_explain_log" section="server" id="user">
+ <xrefto id="option_mysql_explain_log_user"/>
+ <name>user</name>
+ <shortdescription lang="en">
+ The MySQL username to use
+ </shortdescription>
+ <types>
+ <optype class="cmdline" format="--user=user_name"/>
+ <optype class="cmdline" format="-u user_name"/>
+ <optype class="mycnf"/>
+ </types>
+ <values vartype="string" platform="all"/>
+ <versions>
+ <manual version="4.1"/>
+ <manual version="5.0"/>
+ </versions>
+ </option>
+ <option command="mysql_explain_log" section="server" id="password">
+ <xrefto id="option_mysql_explain_log_password"/>
+ <name>password</name>
+ <shortdescription lang="en">
+ The password to use when connecting to the server
+ </shortdescription>
+ <types>
+ <optype class="cmdline" format="--password[=password]"/>
+ <optype class="cmdline" format="-p[password]"/>
+ <optype class="mycnf"/>
+ </types>
+ <values vartype="string" platform="all"/>
+ <versions>
+ <manual version="4.1"/>
+ <manual version="5.0"/>
+ </versions>
+ </option>
+
+
+</options>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r6128 - trunk/dynamic-docs/command-optvars | plavin | 24 Apr |