Author: plavin
Date: 2007-07-17 20:26:02 +0200 (Tue, 17 Jul 2007)
New Revision: 7124
Log:
iAdd/update mysqld options
Modified:
trunk/dynamic-docs/command-optvars/mysqld.xml
Modified: trunk/dynamic-docs/command-optvars/mysqld.xml
===================================================================
--- trunk/dynamic-docs/command-optvars/mysqld.xml 2007-07-17 15:35:32 UTC (rev 7123)
+++ trunk/dynamic-docs/command-optvars/mysqld.xml 2007-07-17 18:26:02 UTC (rev 7124)
Changed blocks: 5, Lines Added: 322, Lines Deleted: 7; 12184 bytes
@@ -7018,8 +7018,7 @@
<manual version="5.2"/>
</versions>
</option>
- <option command="mysqld" section="server" id="master-connect-retry">
-
+ <option command="mysqld" section="server" id="master-connect-retry">
<xrefto id="replication-options"/>
<name>master-connect-retry</name>
<shortdescription lang="en">The number of seconds the slave thread will
@@ -7029,7 +7028,7 @@
<removed version="5.2.0"/>
<types>
<optype class="cmdline" format="--master-connect-retry=#"
- setvar="master-connect-retry"/>
+ setvar="Connect_Retry"/>
<optype class="mycnf"/>
</types>
<values vartype="numeric" platform="all">
@@ -7736,8 +7735,7 @@
<manual version="5.2"/>
</versions>
</option>
- <option command="mysqld" section="server" id="memlock">
-
+ <option command="mysqld" section="server" id="memlock">
<xrefto id="option_mysqld_memlock"/>
<name>memlock</name>
<shortdescription lang="en">Lock mysqld in memory</shortdescription>
@@ -7756,8 +7754,7 @@
<manual version="5.2"/>
</versions>
</option>
- <option command="mysqld" section="server" id="license">
-
+ <option command="mysqld" section="server" id="license">
<xrefto id="option_mysqld_license"/>
<name>license</name>
<shortdescription lang="en">Type of license for the
server</shortdescription>
@@ -12729,4 +12726,322 @@
<manual version="5.2"/>
</versions>
</option>
+ <option command="mysqld" section="replication" id="Last_Errno">
+ <xrefto id="show-slave-status"/>
+ <name>Last_Errno</name>
+ <shortdescription lang="en">The error number and error message
+ returned by the most recently executed query
+ </shortdescription>
+ <types>
+ <vartype isdynamic="no" class="status" scope="both"/>
+ </types>
+ <values vartype="numeric" 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="Last_Error">
+ <xrefto id="show-slave-status"/>
+ <name>Last_Error</name>
+ <shortdescription lang="en">Synonym for Last_Errno
+ </shortdescription>
+ <seealso xref="Last_Errno"/>
+ <types>
+ <vartype isdynamic="no" class="status" scope="both"/>
+ </types>
+ <values vartype="numeric" 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="server" id="lower_case_file_system">
+ <xrefto id="option_mysqld_lower_case_file_system"/>
+ <name>lower_case_file_system</name>
+ <shortdescription lang="en">
+ This variable describes the case sensitivity of filenames
+ on the file system
+ </shortdescription>
+ <types>
+ <optype class="cmdline" format="--lower_case_file_system[=#]"
+ setvar="lower_case_file_system"/>
+ <optype class="mycnf"/>
+ <vartype isdynamic="no" class="server"/>
+ </types>
+ <values vartype="boolean" 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="Exec_Master_Log_Pos">
+ <xrefto id="show-slave-status"/>
+ <name>Exec_Master_Log_Pos</name>
+ <shortdescription lang="en">
+ The position of the last event executed by the
+ SQL thread from the master's binary log
+ </shortdescription>
+ <types>
+ <vartype isdynamic="no" class="status" scope="both"/>
+ </types>
+ <values vartype="numeric" 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_Log_File">
+ <xrefto id="show-slave-status"/>
+ <name>Exec_Master_Log_Pos</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="server" 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="server" 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="server" 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="server" 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="Read_Master_Log_Pos">
+ <xrefto id="show-slave-status"/>
+ <name>Exec_Master_Log_Pos</name>
+ <shortdescription lang="en">
+ The position up to which the I/O thread has read in the current master binary log
+ </shortdescription>
+ <types>
+ <vartype isdynamic="no" class="status" scope="both"/>
+ </types>
+ <values vartype="numeric" 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_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="server" 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="server" 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>
+ <shortdescription lang="en">
+ The total combined size of all existing relay logs
+ </shortdescription>
+ <types>
+ <vartype isdynamic="no" class="status" scope="both"/>
+ </types>
+ <values vartype="numeric" 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="Seconds_Behind_Master">
+ <xrefto id="show-slave-status"/>
+ <name>Seconds_Behind_Master</name>
+ <shortdescription lang="en">
+ The time difference in seconds between the slave SQL thread and the slave I/O
thread
+ </shortdescription>
+ <types>
+ <vartype isdynamic="no" class="status" scope="both"/>
+ </types>
+ <values vartype="numeric" 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="Skip_Counter">
+ <xrefto id="show-slave-status"/>
+ <name>Skip_Counter</name>
+ <shortdescription lang="en">
+ The most recently used value for SQL_SLAVE_SKIP_COUNTER
+ </shortdescription>
+ <types>
+ <vartype isdynamic="no" class="status" scope="both"/>
+ </types>
+ <values vartype="numeric" 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="Slave_IO_Running">
+ <xrefto id="show-slave-status"/>
+ <name>Slave_IO_Running</name>
+ <shortdescription lang="en">
+ Whether the slave IO thread is running
+ </shortdescription>
+ <types>
+ <vartype isdynamic="no" class="status" scope="both"/>
+ </types>
+ <values vartype="boolean" 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="Slave_SQL_Running">
+ <xrefto id="show-slave-status"/>
+ <name>Slave_SQL_Running</name>
+ <shortdescription lang="en">
+ Whether the slave SQL thread is running
+ </shortdescription>
+ <types>
+ <vartype isdynamic="no" class="status" scope="both"/>
+ </types>
+ <values vartype="boolean" 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>
</options>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r7124 - trunk/dynamic-docs/command-optvars | plavin | 17 Jul |