Author: plavin
Date: 2007-04-30 17:03:56 +0200 (Mon, 30 Apr 2007)
New Revision: 6275
Log:
Minor corections to server options/variables
Modified:
trunk/dynamic-docs/command-optvars/mysqld.xml
Modified: trunk/dynamic-docs/command-optvars/mysqld.xml
===================================================================
--- trunk/dynamic-docs/command-optvars/mysqld.xml 2007-04-30 15:01:39 UTC (rev 6274)
+++ trunk/dynamic-docs/command-optvars/mysqld.xml 2007-04-30 15:03:56 UTC (rev 6275)
Changed blocks: 4, Lines Added: 8, Lines Deleted: 11; 2544 bytes
@@ -2744,15 +2744,14 @@
<manual version="5.1"/>
</versions>
</option>
- <option command="mysqld" section="server" id="auto_increment_increment">
-
- <xrefto id="optvar_auto_increment_increment"/>
+ <option command="mysqld" section="server" id="auto-increment-increment">
+ <xrefto id="optvar_auto-increment-increment"/>
<name>auto_increment_increment</name>
<shortdescription lang="en">Auto-increment columns are incremented by this
value</shortdescription>
- <seealso xref="auto_increment_offset"/>
+ <seealso xref="auto-increment-offset"/>
<types>
- <optype class="cmdline" format="--auto_increment_increment[=#]"
+ <optype class="cmdline" format="--auto-increment-increment[=#]"
setvar="auto_increment_increment"/>
<optype class="mycnf" format="auto_increment_increment"/>
<vartype class="server" isdynamic="no" scope="both"/>
@@ -2766,12 +2765,11 @@
<manual version="5.1"/>
</versions>
</option>
- <option command="mysqld" section="server" id="auto_increment_offset">
-
- <xrefto id="optvar_auto_increment_offset"/>
+ <option command="mysqld" section="server" id="auto-increment-offset">
+ <xrefto id="optvar_auto-increment-offset"/>
<name>auto_increment_offset</name>
<shortdescription lang="en">Offset added to Auto-increment columns</shortdescription>
- <seealso xref="auto_increment_increment"/>
+ <seealso xref="auto-increment-increment"/>
<types>
<optype class="cmdline" format="--auto_increment_offset[=#]"
setvar="auto_increment_offset"/>
@@ -2811,7 +2809,7 @@
ACLs</shortdescription>
<disabledby xref="skip-automatic_sp_privileges"/>
<types>
- <optype class="cmdline" format="--automatic_sp_privileges"
+ <optype class="cmdline" format="--automatic-sp-privileges"
setvar="automatic_sp_privileges"/>
<optype class="mycnf"/>
<vartype class="server" isdynamic="no" scope="both"/>
@@ -8034,7 +8032,6 @@
<optype class="cmdline" format="--replicate-same-server-id"
setvar="replicate-same-server-id"/>
<optype class="mycnf"/>
- <vartype isdynamic="no" class="server"/>
</types>
<values vartype="boolean" platform="all">
<value default="FALSE"/>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r6275 - trunk/dynamic-docs/command-optvars | plavin | 30 Apr |