List:Commits« Previous MessageNext Message »
From:plavin Date:April 27 2007 2:04pm
Subject:svn commit - mysqldoc@docsrva: r6246 - trunk/dynamic-docs/command-optvars
View as plain text  
Author: plavin
Date: 2007-04-27 16:04:37 +0200 (Fri, 27 Apr 2007)
New Revision: 6246

Log:
Add config file where missing

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-27 12:29:31 UTC (rev 6245)
+++ trunk/dynamic-docs/command-optvars/mysqld.xml	2007-04-27 14:04:37 UTC (rev 6246)
Changed blocks: 5, Lines Added: 9, Lines Deleted: 3; 2028 bytes

@@ -2697,7 +2697,8 @@
       testing of replication</shortdescription>
     <types>
       <optype class="cmdline" format="--abort-slave-event-count=#"
-        setvar="abort-slave-event-count"/>
+      setvar="abort-slave-event-count"/>
+      <optype class="mycnf"/>
       <vartype class="server" isdynamic="no"/>
     </types>
     <values vartype="numeric" platform="all">

@@ -2716,7 +2717,8 @@
       xxx() without corresponding xxx_init() or xxx_deinit()</shortdescription>
     <types>
       <optype class="cmdline" format="--allow-suspicious-udfs"  inversion="5.0.3"
-        setvar="allow-suspicious-udfs" />
+      setvar="allow-suspicious-udfs" />
+      <optype class="mycnf"/>
       <vartype class="server" isdynamic="no"  inversion="5.0.3"/>
     </types>
     <values vartype="boolean" platform="all">

@@ -3225,6 +3227,8 @@
     <shortdescription lang="en">Used by mysql installation scripts</shortdescription>
     <types>
       <optype class="cmdline" format="--bootstrap"/>
+      <optype class="mycnf"/>
+      <vartype class="server" isdynamic="no"/>
     </types>
     <versions>
       <manual version="4.1"/>

@@ -7969,6 +7973,7 @@
     <seealso xref="replicate-ignore-table"/>
     <types>
       <optype class="cmdline" format="--replicate-do-table=name"/>
+      <optype class="mycnf"/>
     </types>
     <values vartype="string" platform="all"/>
     <versions>

@@ -9572,7 +9577,8 @@
       Possible values are COMMIT or ROLLBACK</shortdescription>
     <types>
       <optype class="cmdline" format="--tc-heuristic-recover=name"
-        setvar="tc-heuristic-recover"/>
+      setvar="tc-heuristic-recover"/>
+      <optype class="mycnf"/>
       <vartype isdynamic="no" class="server"/>
     </types>
     <values vartype="enumeration" platform="all">


Thread
svn commit - mysqldoc@docsrva: r6246 - trunk/dynamic-docs/command-optvarsplavin27 Apr