List:Commits« Previous MessageNext Message »
From:plavin Date:October 18 2007 11:52pm
Subject:svn commit - mysqldoc@docsrva: r8181 - trunk/dynamic-docs/command-optvars
View as plain text  
Author: plavin
Date: 2007-10-18 23:52:45 +0200 (Thu, 18 Oct 2007)
New Revision: 8181

Log:
Remove non-mysqld status 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-10-18 17:49:02 UTC (rev 8180)
+++ trunk/dynamic-docs/command-optvars/mysqld.xml	2007-10-18 21:52:45 UTC (rev 8181)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 114; 4795 bytes

@@ -12216,120 +12216,7 @@
       <manual version="5.2"/>
     </versions>
   </option>
-  <option command="mysqld" section="replication" id="Master_Log_File">
-    <xrefto id="show-slave-status"/>
-    <name>Master_Log_File</name>
-    <shortdescription lang="en"> The name of the master binary log file from which
the I/O thread is
-      currently reading. </shortdescription>
-    <types>
-      <optype class="cmdline" format="--Master_Log_File=filename"/>
-      <optype class="mycnf"/>
-      <vartype isdynamic="no" class="system" scope="both"/>
-    </types>
-    <values vartype="filename" platform="all"> </values>
-    <versions>
-      <manual version="4.1"/>
-      <manual version="5.0"/>
-      <manual version="5.1"/>
-      <manual version="5.2"/>
-    </versions>
-  </option>
-  <option command="mysqld" section="replication" id="Master_SSL_Allowed">
-    <xrefto id="show-slave-status"/>
-    <name>Master_SSL_Allowed</name>
-    <shortdescription lang="en"> Whether an SSL connection is allowed
</shortdescription>
-    <types>
-      <optype class="cmdline" format="--Master_SSL_Allowed=value"/>
-      <optype class="mycnf"/>
-      <vartype isdynamic="no" class="system" scope="both"/>
-    </types>
-    <values vartype="enumeration" platform="all">
-      <choice value="Yes"/>
-      <choice value="No"/>
-      <choice value="Ignored"/>
-    </values>
-    <versions>
-      <manual version="4.1"/>
-      <introduced version="4.1.1"/>
-      <manual version="5.0"/>
-      <manual version="5.1"/>
-      <manual version="5.2"/>
-    </versions>
-  </option>
-  <option command="mysqld" section="replication" id="Master_SSL_CA_File">
-    <xrefto id="show-slave-status"/>
-    <name>Master_SSL_CA_File</name>
-    <shortdescription lang="en"> The master SSL certificate file
</shortdescription>
-    <seealso xref="ssl-ca"/>
-    <types>
-      <optype class="cmdline" format="--Master_SSL_CA_File=filename"/>
-      <optype class="mycnf"/>
-      <vartype isdynamic="no" class="system" scope="both"/>
-    </types>
-    <values vartype="filename" platform="all"> </values>
-    <versions>
-      <manual version="4.1"/>
-      <introduced version="4.1.1"/>
-      <manual version="5.0"/>
-      <manual version="5.1"/>
-      <manual version="5.2"/>
-    </versions>
-  </option>
-  <option command="mysqld" section="replication" id="Master_SSL_CA_Path">
-    <xrefto id="show-slave-status"/>
-    <name>Master_SSL_CA_Path</name>
-    <shortdescription lang="en"> The master SSL certificate path
</shortdescription>
-    <seealso xref="ssl-ca"/>
-    <types>
-      <optype class="cmdline" format="--Master_SSL_CA_Path=filename"/>
-      <optype class="mycnf"/>
-      <vartype isdynamic="no" class="system" scope="both"/>
-    </types>
-    <values vartype="filename" platform="all"> </values>
-    <versions>
-      <manual version="4.1"/>
-      <introduced version="4.1.1"/>
-      <manual version="5.0"/>
-      <manual version="5.1"/>
-      <manual version="5.2"/>
-    </versions>
-  </option>
-  <option command="mysqld" section="replication" id="Relay_Log_File">
-    <xrefto id="show-slave-status"/>
-    <name>Relay_Log_File</name>
-    <shortdescription lang="en"> The name of the relay log file from which the SQL
thread is
-      currently reading and executing </shortdescription>
-    <types>
-      <optype class="cmdline" format="--Relay_Log_File=filename"/>
-      <optype class="mycnf"/>
-      <vartype isdynamic="no" class="system" scope="both"/>
-    </types>
-    <values vartype="filename" platform="all"> </values>
-    <versions>
-      <manual version="4.1"/>
-      <manual version="5.0"/>
-      <manual version="5.1"/>
-      <manual version="5.2"/>
-    </versions>
-  </option>
-  <option command="mysqld" section="replication" id="Relay_Master_Log_File">
-    <xrefto id="show-slave-status"/>
-    <name>Relay_Master_Log_File</name>
-    <shortdescription lang="en"> The name of the master binary log file containing
the most recent
-      event executed by the SQL thread </shortdescription>
-    <types>
-      <optype class="cmdline" format="--Relay_Master_Log_File=filename"/>
-      <optype class="mycnf"/>
-      <vartype isdynamic="no" class="system" scope="both"/>
-    </types>
-    <values vartype="filename" platform="all"> </values>
-    <versions>
-      <manual version="4.1"/>
-      <manual version="5.0"/>
-      <manual version="5.1"/>
-      <manual version="5.2"/>
-    </versions>
-  </option>
+  
   <option command="mysqld" section="replication" id="Relay_Log_Space">
     <xrefto id="show-slave-status"/>
     <name>Relay_Log_Space</name>


Thread
svn commit - mysqldoc@docsrva: r8181 - trunk/dynamic-docs/command-optvarsplavin18 Oct