Author: plavin
Date: 2007-01-22 22:26:56 +0100 (Mon, 22 Jan 2007)
New Revision: 4594
Log:
Add <seealso> to skip variables
Modified:
trunk/dynamic-docs/mysqld-optvar/options.xml
Modified: trunk/dynamic-docs/mysqld-optvar/options.xml
===================================================================
--- trunk/dynamic-docs/mysqld-optvar/options.xml 2007-01-22 20:52:43 UTC (rev 4593)
+++ trunk/dynamic-docs/mysqld-optvar/options.xml 2007-01-22 21:26:56 UTC (rev 4594)
Changed blocks: 7, Lines Added: 11, Lines Deleted: 10; 2690 bytes
@@ -43,7 +43,9 @@
supported.</shortdescription>
<opclass class="replication"/>
<deprecated version="5.1.15"/>
- <types><vartype isdynamic="no" class="status" scope="global"/></types>
+ <types>
+ <vartype isdynamic="no" class="status" scope="global"/>
+ </types>
<values vartype="boolean" platform="all"/>
<versions><manual version="5.1"/>
<introduced version="5.1.5"/>
@@ -4722,8 +4724,8 @@
<platforms applies="all"/>
<seealso xref="skip-external-locking"/>
<types>
- <optype class="cmdline" format="--skip-external-locking"
- setvar="skip-external-locking"/>
+ <optype class="cmdline" format="--external-locking"
+ setvar="external-locking"/>
<optype class="mycnf"/>
</types>
<versions>
@@ -9603,7 +9605,6 @@
<engine engine="bdb"/>
</engines>
<platforms applies="all"/>
- <disabledby xref="skip-bdb"/>
<types>
<optype class="cmdline" format="--skip-bdb" outversion="5.1.12"
setvar="have_bdb"/>
@@ -9626,6 +9627,7 @@
handshake</shortdescription>
<section id="mysqld"/>
<opclass class="server"/>
+ <seealso xref="character-set-client-handshake"/>
<types>
<optype class="cmdline" format="--skip-character-set-client-handshake"/>
<optype class="mycnf"/>
@@ -9643,6 +9645,7 @@
same time on MyISAM tables</shortdescription>
<section id="mysqld"/>
<opclass class="server"/>
+ <seealso xref="concurrent-insert"/>
<engines>
<engine engine="myisam"/>
</engines>
@@ -9753,6 +9756,7 @@
<engine engine="innodb"/>
</engines>
<platforms applies="all"/>
+ <seealso xref="innodb_checksums"/>
<types>
<optype class="cmdline" format="--skip-innodb-checksums"/>
<optype class="mycnf"/>
@@ -9838,13 +9842,10 @@
<platforms applies="all"/>
<disabledby xref="skip-merge"/>
<types>
- <optype class="cmdline" format="--skip-merge" setvar="merge"/>
- <optype class="mycnf"/>
- <vartype isdynamic="yes" class="server"/>
+ <optype class="cmdline" format="--skip-merge" setvar="merge" inversion="5.0.24"/>
+ <optype class="mycnf" inversion="5.0.24" />
+ <vartype isdynamic="yes" class="server" inversion="5.0.24"/>
</types>
- <values vartype="boolean" platform="all">
- <value default="TRUE"/>
- </values>
<versions>
<manual version="5.0"/>
<manual version="5.1"/>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r4594 - trunk/dynamic-docs/mysqld-optvar | plavin | 22 Jan |