Author: paul
Date: 2007-08-11 02:01:34 +0200 (Sat, 11 Aug 2007)
New Revision: 7433
Log:
r23671@frost: paul | 2007-08-10 18:28:45 -0500
Fix some class and scope problems. (Bug#30334)
Modified:
trunk/dynamic-docs/command-optvars/mysqld.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:28641
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:23642
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:19696
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:28641
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:23671
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:19696
Modified: trunk/dynamic-docs/command-optvars/mysqld.xml
===================================================================
--- trunk/dynamic-docs/command-optvars/mysqld.xml 2007-08-10 23:53:45 UTC (rev 7432)
+++ trunk/dynamic-docs/command-optvars/mysqld.xml 2007-08-11 00:01:34 UTC (rev 7433)
Changed blocks: 23, Lines Added: 23, Lines Deleted: 23; 8637 bytes
@@ -3059,7 +3059,7 @@
<shortdescription lang="en">Is Berkeley DB supported</shortdescription>
<seealso xref="skip-bdb"/>
<types>
- <vartype class="system" scope="both" format="have_bdb" outversion="5.1.12" isdynamic="no"/>
+ <vartype class="system" scope="global" format="have_bdb" outversion="5.1.12" isdynamic="no"/>
</types>
<values vartype="boolean" platform="all">
<value default="FALSE"/>
@@ -4217,7 +4217,7 @@
<types>
<optype class="cmdline" format="--expire_logs_days=#" setvar="expire_logs_days"/>
<optype class="mycnf"/>
- <vartype isdynamic="yes" class="system" scope="both"/>
+ <vartype isdynamic="yes" class="system" scope="global"/>
</types>
<values vartype="numeric" platform="all">
<value default="0"/>
@@ -9025,7 +9025,7 @@
<types>
<optype class="cmdline" format="--skip-external-locking" setvar="skip_external_locking"/>
<optype class="mycnf"/>
- <vartype scope="both" class="system" isdynamic="no"/>
+ <vartype scope="global" class="system" isdynamic="no"/>
</types>
<versions>
<manual version="4.1"/>
@@ -10819,7 +10819,7 @@
<name>have_dynamic_loading</name>
<shortdescription lang="en">Whether mysqld supports dynamic loading of plugins</shortdescription>
<types>
- <vartype isdynamic="no" class="status" scope="both"/>
+ <vartype isdynamic="no" class="system" scope="global"/>
</types>
<values vartype="boolean" platform="all"/>
<versions>
@@ -10834,7 +10834,7 @@
<shortdescription lang="en">Whether mysqld supports partitioning</shortdescription>
<seealso xref="have_partition_engine"/>
<types>
- <vartype isdynamic="no" class="status" scope="global"/>
+ <vartype isdynamic="no" class="system" scope="global"/>
</types>
<values vartype="boolean" platform="all"/>
<versions>
@@ -10849,7 +10849,7 @@
<shortdescription lang="en">Whether mysqld supports partitioning</shortdescription>
<deprecated version="5.1.6" xref="have_partitioning"/>
<types>
- <vartype isdynamic="no" class="status" scope="global"/>
+ <vartype isdynamic="no" class="system" scope="global"/>
</types>
<values vartype="boolean" platform="all" inversion="5.1.1" outversion="5.1.6"/>
<versions>
@@ -10887,7 +10887,7 @@
<name>have_archive</name>
<shortdescription lang="en">Whether mysqld supports archive tables</shortdescription>
<types>
- <vartype isdynamic="no" class="status" scope="both"/>
+ <vartype isdynamic="no" class="system" scope="global"/>
</types>
<values vartype="boolean" platform="all"/>
<versions>
@@ -10903,7 +10903,7 @@
<name>have_blackhole_engine</name>
<shortdescription lang="en">Whether mysqld supports BLACKHOLE tables</shortdescription>
<types>
- <vartype isdynamic="no" class="status" scope="both"/>
+ <vartype isdynamic="no" class="system" scope="global"/>
</types>
<values vartype="boolean" platform="all"/>
<versions>
@@ -10919,7 +10919,7 @@
<name>have_compress</name>
<shortdescription lang="en">Availability of the zlib compression library</shortdescription>
<types>
- <vartype isdynamic="no" format="have_compress" class="status" scope="both"/>
+ <vartype isdynamic="no" class="system" scope="global"/>
</types>
<values vartype="boolean" platform="all"/>
<versions>
@@ -10935,7 +10935,7 @@
<name>have_crypt</name>
<shortdescription lang="en">Availability of the crypt() system call</shortdescription>
<types>
- <vartype isdynamic="no" class="status" scope="both"/>
+ <vartype isdynamic="no" class="system" scope="global"/>
</types>
<values vartype="boolean" platform="all"/>
<versions>
@@ -10951,7 +10951,7 @@
<name>have_csv</name>
<shortdescription lang="en">Whether mysqld supports csv tables</shortdescription>
<types>
- <vartype isdynamic="no" class="status" scope="both"/>
+ <vartype isdynamic="no" class="system" scope="global"/>
</types>
<values vartype="boolean" platform="all"/>
<versions>
@@ -10967,7 +10967,7 @@
<name>have_federated_engine</name>
<shortdescription lang="en">Whether mysqld supports FEDERATED tables</shortdescription>
<types>
- <vartype isdynamic="no" class="status" scope="both"/>
+ <vartype isdynamic="no" class="system" scope="global"/>
</types>
<values vartype="boolean" platform="all"/>
<versions>
@@ -10982,7 +10982,7 @@
<name>have_example_engine</name>
<shortdescription lang="en">Whether mysqld supports EXAMPLE tables</shortdescription>
<types>
- <vartype isdynamic="no" class="status" scope="both"/>
+ <vartype isdynamic="no" class="system" scope="global"/>
</types>
<values vartype="boolean" platform="all"/>
<versions>
@@ -10998,7 +10998,7 @@
<name>have_merge_engine</name>
<shortdescription lang="en">Whether mysqld supports merge tables</shortdescription>
<types>
- <vartype isdynamic="no" class="status" scope="both"/>
+ <vartype isdynamic="no" class="system" scope="global"/>
</types>
<values vartype="boolean" platform="all"/>
<versions>
@@ -11014,7 +11014,7 @@
<name>have_geometry</name>
<shortdescription lang="en">Does mysqld support spatial data types</shortdescription>
<types>
- <vartype isdynamic="no" class="status" scope="both"/>
+ <vartype isdynamic="no" class="system" scope="global"/>
</types>
<values vartype="boolean" platform="all"/>
<versions>
@@ -11031,7 +11031,7 @@
<name>have_innodb</name>
<shortdescription lang="en">Does mysqld supports InnoDB tables</shortdescription>
<types>
- <vartype isdynamic="no" class="status" scope="both"/>
+ <vartype isdynamic="no" class="system" scope="global"/>
</types>
<values vartype="boolean" platform="all"/>
<versions>
@@ -11046,7 +11046,7 @@
<name>have_ndb_cluster</name>
<shortdescription lang="en">Does mysqld supports NDB Cluster tables</shortdescription>
<types>
- <vartype isdynamic="no" class="status" scope="both"/>
+ <vartype isdynamic="no" class="system" scope="global"/>
</types>
<values vartype="boolean" platform="all"/>
<versions>
@@ -11062,7 +11062,7 @@
<name>have_openssl</name>
<shortdescription lang="en">Does mysqld support ssl connections</shortdescription>
<types>
- <vartype isdynamic="no" class="status" scope="both"/>
+ <vartype isdynamic="no" class="system" scope="global"/>
</types>
<values vartype="boolean" platform="all"/>
<versions>
@@ -11077,7 +11077,7 @@
<name>have_query_cache</name>
<shortdescription lang="en">Does mysqld support query cache</shortdescription>
<types>
- <vartype isdynamic="no" class="status" scope="both"/>
+ <vartype isdynamic="no" class="system" scope="global"/>
</types>
<values vartype="boolean" platform="all"/>
<versions>
@@ -11093,7 +11093,7 @@
<shortdescription lang="en">YES if RTREE indexes are available, NO if not. (These are used for
spatial indexes in MyISAM tables.)</shortdescription>
<types>
- <vartype isdynamic="no" class="status" scope="both"/>
+ <vartype isdynamic="no" class="system" scope="global"/>
</types>
<values vartype="boolean" platform="all"/>
<versions>
@@ -11109,7 +11109,7 @@
<name>have_symlink</name>
<shortdescription lang="en">Is symbolic link support enabled</shortdescription>
<types>
- <vartype isdynamic="no" class="status" scope="both"/>
+ <vartype isdynamic="no" class="system" scope="global"/>
</types>
<values vartype="boolean" platform="all"/>
<versions>
@@ -12056,7 +12056,7 @@
<shortdescription lang="en">Does mysqld support the raid option</shortdescription>
<deprecated version="5.1.7"/>
<types>
- <vartype isdynamic="no" class="status" scope="both"/>
+ <vartype isdynamic="no" class="system" scope="global"/>
</types>
<values vartype="boolean" platform="all"/>
<versions>
@@ -12071,7 +12071,7 @@
<shortdescription lang="en">Does mysqld support isam tables</shortdescription>
<deprecated version="5.1.7"/>
<types>
- <vartype isdynamic="no" class="status" scope="both"/>
+ <vartype isdynamic="no" class="system" scope="global"/>
</types>
<values vartype="boolean" platform="all"/>
<versions>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r7433 - in trunk: . dynamic-docs/command-optvars | paul | 11 Aug |