Author: plavin
Date: 2007-02-12 21:20:48 +0100 (Mon, 12 Feb 2007)
New Revision: 4912
Log:
Add variables from 5.1 change logs
Modified:
trunk/dynamic-docs/mysqld-optvar/options.xml
Modified: trunk/dynamic-docs/mysqld-optvar/options.xml
===================================================================
--- trunk/dynamic-docs/mysqld-optvar/options.xml 2007-02-12 19:27:26 UTC (rev 4911)
+++ trunk/dynamic-docs/mysqld-optvar/options.xml 2007-02-12 20:20:48 UTC (rev 4912)
Changed blocks: 2, Lines Added: 154, Lines Deleted: 10; 6007 bytes
@@ -12079,7 +12079,7 @@
<vartype isdynamic="no" class="status" scope="both" inversion="5.0.32"/>
<vartype isdynamic="no" class="status" scope="both" inversion="5.1.14"/>
</types>
- <values vartype="numeric" platform="all"/><xrefto id="optvar_angel_pid_file"/>
+ <values vartype="numeric" platform="all"/>
<versions>
<manual version="4.1"/>
<manual version="5.0"/>
@@ -12211,15 +12211,159 @@
</versions>
</mysqloption>
+ <mysqloption id="Com_create_user">
+ <!-- added -->
+ <xrefto id="optvar_Com_optvar"/>
+ <name>Com_alter_db</name>
+ <shortdescription lang="en">Count of CREATE USER statements</shortdescription>
+ <section id="mysqld"/>
+ <opclass class="server"/>
+ <engines includes="all"/>
+ <platforms applies="all"/>
+ <types>
+ <vartype isdynamic="no" class="status" scope="both"/>
+ </types>
+ <values vartype="numeric" platform="all" inversion="5.1.15"/>
+ <versions>
+ <manual version="5.1"/>
+ </versions>
+ </mysqloption>
+
+ <mysqloption id="ssl-verify-server-cert">
+ <!-- added -->
+ <xrefto id="optvar_ssl-verify-server-cert"/>
+ <name>ssl-verify-server-cert</name>
+ <shortdescription lang="en">Causes the server's Common Name value in its certificate
+ to be verified against the hostname used when connecting to the server</shortdescription>
+ <section id="mysqld"/>
+ <opclass class="server"/>
+ <engines includes="all"/>
+ <platforms applies="all"/>
+ <types>
+ <optype class="cmdline" format="--ssl-verify-server-cert" />
+ <optype class="mycnf"/>
+ </types>
+ <values vartype="boolean" platform="all" inversion="5.1.11">
+ <value default="OFF"/>
+ </values>
+ <versions>
+ <manual version="5.1"/>
+ </versions>
+ </mysqloption>
+
+ <mysqloption id="have_dynamic_loading">
+ <!-- added -->
+ <xrefto id="optvar_have_dynamic_loading"/>
+ <name>have_dynamic_loading</name>
+ <shortdescription lang="en">Whether mysqld supports dynamic loading of plugins</shortdescription>
+ <section id="mysqld"/>
+ <opclass class="server"/>
+ <engines includes="all"/>
+ <platforms applies="all"/>
+ <types>
+ <vartype isdynamic="no" class="status" scope="global"/>
+ </types>
+ <values vartype="boolean" platform="all" inversion="5.1.10"/>
+ <versions>
+ <manual version="5.1"/>
+ </versions>
+ </mysqloption>
+
+ <mysqloption id="have_partitioning">
+ <!-- added -->
+ <xrefto id="optvar_have_partitioning"/>
+ <name>have_partitioning</name>
+ <shortdescription lang="en">Whether mysqld supports partitioning</shortdescription>
+ <section id="mysqld"/>
+ <opclass class="server"/>
+ <engines includes="all"/>
+ <platforms applies="all"/>
+ <seealso xref="have_partition_engine"/>
+ <types>
+ <vartype isdynamic="no" class="status" scope="global"/>
+ </types>
+ <values vartype="boolean" platform="all" inversion="5.1.6"/>
+ <versions>
+ <manual version="5.1"/>
+ </versions>
+ </mysqloption>
+
+ <mysqloption id="have_partition_engine">
+ <!-- added -->
+ <xrefto id="optvar_have_partition_engine"/>
+ <name>have_partition_engine</name>
+ <shortdescription lang="en">Whether mysqld supports partitioning</shortdescription>
+ <section id="mysqld"/>
+ <opclass class="server"/>
+ <engines includes="all"/>
+ <platforms applies="all"/>
+ <deprecated version="5.1.6" xref="have_partitioning"/>
+ <types>
+ <vartype isdynamic="no" class="status" scope="global"/>
+ </types>
+ <values vartype="boolean" platform="all" inversion="5.1.1" outversion="5.1.6"/>
+ <versions>
+ <manual version="5.1"/>
+ </versions>
+ </mysqloption>
+
+ <mysqloption id="nowait-nodes">
+ <!-- added -->
+ <xrefto id="optvar_nowait-nodes"/>
+ <name>nowait-nodes</name>
+ <shortdescription lang="en">This option takes a list of data
+ nodes which for which the cluster will not wait before starting</shortdescription>
+ <section id="mysqld"/>
+ <opclass class="cluster"/>
+ <engines includes="all"/>
+ <platforms applies="all"/>
+ <types>
+ <optype class="cmdline" format="--nowait-nodes=n[,n]"/>
+ <vartype class="server" isdynamic="no" scope="both"/>
+ </types>
+ <values vartype="string" platform="all" inversion="5.1.9" />
+ <versions>
+ <manual version="5.1"/>
+ </versions>
+ </mysqloption>
+
+ <mysqloption id="bdb-data-direct">
+ <!-- incomplete -->
+ <xrefto id="optvar_bdb-data-direct"/>
+ <name>bdb-data-direct</name>
+ <shortdescription lang="en">bdb-data-direct</shortdescription>
+ <section id="mysqld"/>
+ <opclass class="bdb"/>
+ <engines includes="all"/>
+ <platforms applies="all"/>
+ <types>
+ <vartype class="server" isdynamic="no" scope="both"/>
+ </types>
+ <values vartype="boolean" platform="all" inversion="5.1.4" />
+ <versions>
+ <manual version="5.1"/>
+ </versions>
+ </mysqloption>
+
+ <mysqloption id=" bdb-log-direct">
+ <!-- incomplete -->
+ <xrefto id="optvar_ bdb-log-direct"/>
+ <name> bdb-log-direct</name>
+ <shortdescription lang="en">bdb-log-direct</shortdescription>
+ <section id="mysqld"/>
+ <opclass class="bdb"/>
+ <engines includes="all"/>
+ <platforms applies="all"/>
+ <types>
+ <vartype class="server" isdynamic="no" scope="both"/>
+ </types>
+ <values vartype="boolean" platform="all" inversion="5.1.4" />
+ <versions>
+ <manual version="5.1"/>
+ </versions>
+ </mysqloption>
<!-- to add
- com_create_user
- ssl-verify-server-cert
- have_dynamic_loading
- nowait-nodes
- have_partition_engine variable
- have_partitioning
- bdb-data-direct
- bdb-log-direct
-
+
+ check 244 ff
-->
</mysqloptions>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r4912 - trunk/dynamic-docs/mysqld-optvar | plavin | 12 Feb |