Author: plavin
Date: 2007-04-02 16:37:01 +0200 (Mon, 02 Apr 2007)
New Revision: 5685
Log:
Add more mysqldump functions
Modified:
trunk/dynamic-docs/command-optvars/mysqldump.xml
Modified: trunk/dynamic-docs/command-optvars/mysqldump.xml
===================================================================
--- trunk/dynamic-docs/command-optvars/mysqldump.xml 2007-04-02 14:07:46 UTC (rev 5684)
+++ trunk/dynamic-docs/command-optvars/mysqldump.xml 2007-04-02 14:37:01 UTC (rev 5685)
Changed blocks: 12, Lines Added: 213, Lines Deleted: 11; 10955 bytes
@@ -294,7 +294,6 @@
<optype class="mycnf"/>
</types>
<versions>
- <manual version="4.1"/>
<manual version="5.0"/>
<manual version="5.1"/>
</versions>
@@ -465,6 +464,203 @@
<manual version="5.1"/>
</versions>
</option>
+ <option command="mysqldump" section="myisam" id="disable-keys">
+ <xrefto id="option_mysqldump_disable-keys"/>
+ <name>disable-keys</name>
+ <shortdescription lang="en">
+ For each table, surround the INSERT statements with
+ disable and enable keys statements
+ </shortdescription>
+ <types>
+ <optype class="cmdline" format="--disable-keys"/>
+ <optype class="cmdline" format="-K"/>
+ <optype class="mycnf"/>
+ </types>
+ <versions>
+ <manual version="4.1"/>
+ <manual version="5.0"/>
+ <manual version="5.1"/>
+ </versions>
+ </option>
+ <option command="mysqldump" section="server" id="events">
+ <xrefto id="option_mysqldump_events"/>
+ <name>events</name>
+ <shortdescription lang="en">
+ Dump events from the dumped databases
+ </shortdescription>
+ <types>
+ <optype class="cmdline" format="--events" inversion="5.1.8"/>
+ <optype class="cmdline" format="-E" inversion="5.1.8"/>
+ <optype class="mycnf"/>
+ </types>
+ <versions>
+ <manual version="5.0"/>
+ <manual version="5.1"/>
+ </versions>
+ </option>
+ <option command="mysqldump" section="server" id="extended-insert">
+ <xrefto id="option_mysqldump_extended-insert"/>
+ <name>extended-insert</name>
+ <shortdescription lang="en">
+ Use multiple-row INSERT syntax that include several VALUES lists
+ </shortdescription>
+ <types>
+ <optype class="cmdline" format="--extended-insert"/>
+ <optype class="cmdline" format="-e"/>
+ <optype class="mycnf"/>
+ </types>
+ <versions>
+ <manual version="4.1"/>
+ <manual version="5.0"/>
+ <manual version="5.1"/>
+ </versions>
+ </option>
+ <option command="mysqldump" section="server" id="tab">
+ <xrefto id="option_mysqldump_tab"/>
+ <name>tab</name>
+ <shortdescription lang="en">
+ Produce tab-separated data files
+ </shortdescription>
+ <types>
+ <optype class="cmdline" format="--tab=path"/>
+ <optype class="cmdline" format="-T path"/>
+ <optype class="mycnf"/>
+ </types>
+ <values vartype="filename" platform="all"/>
+ <versions>
+ <manual version="4.1"/>
+ <manual version="5.0"/>
+ <manual version="5.1"/>
+ </versions>
+ </option>
+ <option command="mysqldump" section="server" id="fields-terminated-by">
+ <xrefto id="option_mysqldump_fields-terminated-by"/>
+ <name>fields-terminated-by</name>
+ <shortdescription lang="en">
+ This option is used with the -T option and has the same
+ meaning as the corresponding clause for LOAD DATA INFILE
+ </shortdescription>
+ <seealso xref="tab"/>
+ <types>
+ <optype class="cmdline" format="--fields-terminated-by=string"/>
+ <optype class="mycnf"/>
+ </types>
+ <values vartype="string" platform="all"/>
+ <versions>
+ <manual version="4.1"/>
+ <manual version="5.0"/>
+ <manual version="5.1"/>
+ </versions>
+ </option>
+ <option command="mysqldump" section="server" id="fields-enclosed-by">
+ <xrefto id="option_mysqldump_fields-enclosed-by"/>
+ <name>fields-enclosed-by</name>
+ <shortdescription lang="en">
+ This option is used with the -T option and has the same
+ meaning as the corresponding clause for LOAD DATA INFILE
+ </shortdescription>
+ <seealso xref="tab"/>
+ <types>
+ <optype class="cmdline" format="--fields-enclosed-by=string"/>
+ <optype class="mycnf"/>
+ </types>
+ <values vartype="string" platform="all"/>
+ <versions>
+ <manual version="4.1"/>
+ <manual version="5.0"/>
+ <manual version="5.1"/>
+ </versions>
+ </option>
+ <option command="mysqldump" section="server"
id="fields-optionally-enclosed-by">
+ <xrefto id="option_mysqldump_fields-optionally-enclosed-by"/>
+ <name>fields-optionally-enclosed-by</name>
+ <shortdescription lang="en">
+ This option is used with the -T option and has the same
+ meaning as the corresponding clause for LOAD DATA INFILE
+ </shortdescription>
+ <seealso xref="tab"/>
+ <types>
+ <optype class="cmdline"
format="--fields-optionally-enclosed-by=string"/>
+ <optype class="mycnf"/>
+ </types>
+ <values vartype="string" platform="all"/>
+ <versions>
+ <manual version="4.1"/>
+ <manual version="5.0"/>
+ <manual version="5.1"/>
+ </versions>
+ </option>
+ <option command="mysqldump" section="server" id="fields-escaped-by">
+ <xrefto id="option_mysqldump_fields-escaped-by"/>
+ <name>fields-escaped-by</name>
+ <shortdescription lang="en">
+ This option is used with the -T option and has the same
+ meaning as the corresponding clause for LOAD DATA INFILE
+ </shortdescription>
+ <seealso xref="tab"/>
+ <types>
+ <optype class="cmdline" format="--fields-escaped-by"/>
+ <optype class="mycnf"/>
+ </types>
+ <values vartype="string" platform="all"/>
+ <versions>
+ <manual version="4.1"/>
+ <manual version="5.0"/>
+ <manual version="5.1"/>
+ </versions>
+ </option>
+
+ <option command="mysqldump" section="replication" id="first-slave">
+ <xrefto id="option_mysqldump_"/>
+ <name>lock-all-tables</name>
+ <shortdescription lang="en">
+ Deprecated. Now renamed to --lock-all-tables
+ </shortdescription>
+ <seealso xref="lock-all-tables"/>
+ <deprecated/>
+ <types>
+ <optype class="cmdline" format="--lock-all-tables"/>
+ <optype class="mycnf"/>
+ </types>
+ <versions>
+ <manual version="4.1"/>
+ <manual version="5.0"/>
+ <manual version="5.1"/>
+ </versions>
+ </option>
+ <option command="mysqldump" section="server" id="flush-logs">
+ <xrefto id="option_mysqldump_flush-logs"/>
+ <name>flush-logs</name>
+ <shortdescription lang="en">
+ Flush the MySQL server log files before starting the dump
+ </shortdescription>
+ <types>
+ <optype class="cmdline" format="--flush-logs"/>
+ <optype class="cmdline" format="-F"/>
+ <optype class="mycnf"/>
+ </types>
+ <versions>
+ <manual version="4.1"/>
+ <manual version="5.0"/>
+ <manual version="5.1"/>
+ </versions>
+ </option>
+ <option command="mysqldump" section="server" id="flush-privileges">
+ <xrefto id="option_mysqldump_flush-privileges"/>
+ <name>flush-privileges</name>
+ <shortdescription lang="en">
+ Emit a FLUSH PRIVILEGES statement after dumping the mysql database
+ </shortdescription>
+ <types>
+ <optype class="cmdline" format="--flush-privileges"/>
+ <optype class="mycnf"/>
+ </types>
+ <versions>
+ <manual version="4.1"/>
+ <manual version="5.0"/>
+ <manual version="5.1"/>
+ </versions>
+ </option>
<option command="mysqldump" section="server" id="">
<xrefto id="option_mysqldump_"/>
<name></name>
@@ -473,7 +669,6 @@
</shortdescription>
<types>
<optype class="cmdline" format="--"/>
- <optype class="cmdline" format="-"/>
<optype class="mycnf"/>
</types>
<versions>
@@ -490,7 +685,6 @@
</shortdescription>
<types>
<optype class="cmdline" format="--"/>
- <optype class="cmdline" format="-"/>
<optype class="mycnf"/>
</types>
<versions>
@@ -507,7 +701,6 @@
</shortdescription>
<types>
<optype class="cmdline" format="--"/>
- <optype class="cmdline" format="-"/>
<optype class="mycnf"/>
</types>
<versions>
@@ -524,7 +717,6 @@
</shortdescription>
<types>
<optype class="cmdline" format="--"/>
- <optype class="cmdline" format="-"/>
<optype class="mycnf"/>
</types>
<versions>
@@ -541,7 +733,6 @@
</shortdescription>
<types>
<optype class="cmdline" format="--"/>
- <optype class="cmdline" format="-"/>
<optype class="mycnf"/>
</types>
<versions>
@@ -558,7 +749,6 @@
</shortdescription>
<types>
<optype class="cmdline" format="--"/>
- <optype class="cmdline" format="-"/>
<optype class="mycnf"/>
</types>
<versions>
@@ -575,7 +765,6 @@
</shortdescription>
<types>
<optype class="cmdline" format="--"/>
- <optype class="cmdline" format="-"/>
<optype class="mycnf"/>
</types>
<versions>
@@ -592,7 +781,6 @@
</shortdescription>
<types>
<optype class="cmdline" format="--"/>
- <optype class="cmdline" format="-"/>
<optype class="mycnf"/>
</types>
<versions>
@@ -609,7 +797,6 @@
</shortdescription>
<types>
<optype class="cmdline" format="--"/>
- <optype class="cmdline" format="-"/>
<optype class="mycnf"/>
</types>
<versions>
@@ -618,5 +805,20 @@
<manual version="5.1"/>
</versions>
</option>
-
+ <option command="mysqldump" section="server" id="">
+ <xrefto id="option_mysqldump_"/>
+ <name></name>
+ <shortdescription lang="en">
+
+ </shortdescription>
+ <types>
+ <optype class="cmdline" format="--"/>
+ <optype class="mycnf"/>
+ </types>
+ <versions>
+ <manual version="4.1"/>
+ <manual version="5.0"/>
+ <manual version="5.1"/>
+ </versions>
+ </option>
</options>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r5685 - trunk/dynamic-docs/command-optvars | plavin | 2 Apr |