Author: mcbrown
Date: 2006-08-31 15:32:19 +0200 (Thu, 31 Aug 2006)
New Revision: 3170
Log:
Further Updates
Minor change to DTD - mycnf option is the same as a serveropt, so no need for separate entities
Modified:
trunk/mysqld-optvars/options.dtd
trunk/mysqld-optvars/options.xml
Modified: trunk/mysqld-optvars/options.dtd
===================================================================
--- trunk/mysqld-optvars/options.dtd 2006-08-31 01:49:30 UTC (rev 3169)
+++ trunk/mysqld-optvars/options.dtd 2006-08-31 13:32:19 UTC (rev 3170)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 613 bytes
@@ -10,7 +10,7 @@
<!-- Defines an 'Option', it's class, format and version information -->
<!ELEMENT optype EMPTY>
-<!ATTLIST optype class (serveropt | mycnf | cmdline) #REQUIRED>
+<!ATTLIST optype class (serveropt | cmdline) #REQUIRED>
<!ATTLIST optype inversion CDATA #IMPLIED>
<!ATTLIST optype outversion CDATA #IMPLIED>
<!ATTLIST optype format CDATA #IMPLIED>
Modified: trunk/mysqld-optvars/options.xml
===================================================================
--- trunk/mysqld-optvars/options.xml 2006-08-31 01:49:30 UTC (rev 3169)
+++ trunk/mysqld-optvars/options.xml 2006-08-31 13:32:19 UTC (rev 3170)
Changed blocks: 478, Lines Added: 988, Lines Deleted: 1002; 162804 bytes
@@ -322,7 +322,7 @@
<types>
<optype class="cmdline" format="--bdb-shared-data" outversion="5.1.12"
setvar="bdb_shared_data"/>
- <optype class="mycnf" format="bdb_shared_data"/>
+ <optype class="serveropt" format="bdb_shared_data"/>
<vartype class="server" format="bdb_shared_data" outversion="5.1.12"
isdynamic="no"/>
</types>
@@ -343,7 +343,7 @@
<types>
<optype class="cmdline" format="--bdb-tmpdir=name" outversion="5.1.12"
setvar="bdb_tmpdir"/>
- <optype class="mycnf" format="bdb_tmpdir" outversion="5.1.12"/>
+ <optype class="serveropt" format="bdb_tmpdir" outversion="5.1.12"/>
<vartype class="server" format="bdb_tmpdir" outversion="5.1.12"
isdynamic="no"/>
</types>
@@ -365,7 +365,7 @@
<types>
<optype class="cmdline" format="--bdb_cache_size=#" outversion="5.1.12"
setvar="bdb_cache_size"/>
- <optype class="mycnf" outversion="5.1.12"/>
+ <optype class="serveropt" outversion="5.1.12"/>
<vartype class="server" isdynamic="no" format="bdb_cache_size"
outversion="5.1.12" default="8388600"/>
</types>
@@ -387,7 +387,7 @@
<types>
<optype class="cmdline" format="--bdb_lock_max=#" outversion="5.1.12"
setvar="bdb_lock_max"/>
- <optype class="mycnf" outversion="5.1.12"/>
+ <optype class="serveropt" outversion="5.1.12"/>
<vartype class="server" isdynamic="no" outversion="5.1.12" default="10000"
/>
</types>
@@ -409,7 +409,7 @@
<types>
<optype class="cmdline" format="--bdb_log_buffer_size=#"
setvar="bdb_log_buffer_size" outversion="5.1.12"/>
- <optype class="mycnf" outversion="5.1.12"/>
+ <optype class="serveropt" outversion="5.1.12"/>
<vartype class="server" isdynamic="no"
outversion="5.1.12" default="0"/>
</types>
@@ -428,7 +428,7 @@
<platforms>All</platforms>
<types>
<optype class="cmdline" format="--bdb_max_lock=#" setvar="bdb_max_lock" outversion="5.1.12"/>
- <optype class="mycnf" outversion="5.1.12"/>
+ <optype class="serveropt" outversion="5.1.12"/>
<vartype class="server" isdynamic="no" outversion="5.1.12"/>
</types>
<versions>
@@ -508,7 +508,7 @@
<platforms>All</platforms>
<types>
<optype class="cmdline" format="--binlog-row-event-max-size=N"/>
- <optype class="mycnf"/>
+ <optype class="serveropt"/>
</types>
<versions>
<introduced>5.1.5</introduced>
@@ -651,6 +651,7 @@
<optype class="cmdline" format="--chroot=name"/>
<optype class="cmdline" format="-r"/>
<optype class="serveropt"/>
+ <optype class="serveropt"/>
</types>
<versions>
<manual version="4.1"/>
@@ -660,43 +661,35 @@
</mysqloption>
<mysqloption id="collation-server">
<name>collation-server</name>
- <shortdescription>instead). --default-storage-engine=name Set the default
- storage engine (table type) for tables. --default-table-type=name
- (deprecated) Use --default-storage-engine. --default-time-zone=name Set
- the default time zone. --delay-key-write[=name] Type of DELAY_KEY_WRITE.
- --delay-key-write-for-all-tables Don't flush key buffers between writes
- for any MyISAM table (Deprecated option, use --delay-key-write=all
- instead). --disconnect-slave-event-count=# Option used by mysql-test for
- debugging and testing of replication.</shortdescription>
- <section/>
- <opclass/>
+ <shortdescription>Set the default collation.</shortdescription>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
<optype class="cmdline" format="--collation-server"
- setvar="collation-server"/>
- <vartype class="server" default="latin1_swedish_ci"/>
+ setvar="collation_server"/>
+ <optype class="serveropt"/>
+ <vartype class="server" format="collation_server" isdynamic="yes"/>
</types>
<versions>
<manual version="4.1"/>
- <manual version="4.1"/>
<manual version="5.0"/>
- <manual version="5.0"/>
<manual version="5.1"/>
</versions>
</mysqloption>
<mysqloption id="completion-type">
<name>completion-type</name>
- <shortdescription>Default completion type. --concurrent-insert[=#] Use
- concurrent insert with MyISAM. Disable with --concurrent-insert=0</shortdescription>
- <section/>
- <opclass/>
+ <shortdescription>Default completion type. </shortdescription>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
<optype class="cmdline" format="--completion-type=#"
setvar="completion-type"/>
- <vartype class="server" default="0"/>
+ <optype class="serveropt"/>
+ <vartype class="server" isdynamic="yes" format="competion_type"/>
</types>
<versions>
<manual version="5.0"/>
@@ -705,34 +698,36 @@
</mysqloption>
<mysqloption id="concurrent-insert">
<name>concurrent-insert</name>
- <shortdescription>Use concurrent insert with MyISAM. Disable with
- --concurrent-insert=0</shortdescription>
- <section/>
- <opclass/>
- <engines includes="all"/>
+ <shortdescription>Use concurrent insert with MyISAM.</shortdescription>
+ <section id="mysqld"/>
+ <opclass class="server"/>
+ <engines><engine engine="myisam"/></engines>
<platforms>All</platforms>
<types>
<optype class="cmdline" format="--concurrent-insert[=#]"
- setvar="concurrent-insert"/>
- <vartype class="server" default="1"/>
+ setvar="concurrent_insert"/>
+ <optype class="serveropt"/>
+ <vartype class="server" format="concurrent_insert" isdynamic="yes"/>
</types>
<versions>
<manual version="4.1"/>
<manual version="5.0"/>
+ <manual version="5.1"/>
</versions>
</mysqloption>
<mysqloption id="connect_timeout">
<name>connect_timeout</name>
<shortdescription>The number of seconds the mysqld server is waiting for a
connect packet before responding with 'Bad handshake'.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
<optype class="cmdline" format="--connect_timeout=#"
setvar="connect_timeout"/>
- <vartype class="server" default="5"/>
+ <optype class="serveropt"/>
+ <vartype class="server" isdynamic="yes"/>
</types>
<versions>
<manual version="4.1"/>
@@ -744,13 +739,13 @@
<name>console</name>
<shortdescription>Write error output on screen; Don't remove the console
window on windows.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
- <platforms>All</platforms>
+ <platforms>Windows</platforms>
<types>
<optype class="cmdline" format="--console" setvar="console"/>
- <vartype class="server" default="FALSE"/>
+ <optype class="serveropt"/>
</types>
<versions>
<manual version="4.1"/>
@@ -761,12 +756,13 @@
<mysqloption id="core-file">
<name>core-file</name>
<shortdescription>Write core on errors.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
<optype class="cmdline" format="--core-file"/>
+ <optype class="serveropt"/>
</types>
<versions>
<manual version="4.1"/>
@@ -778,14 +774,14 @@
<name>crash_binlog_innodb</name>
<shortdescription>Used only for testing, to crash when writing Nth event to
binlog.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="innodb"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
<optype class="cmdline" format="--crash_binlog_innodb=#"
setvar="crash_binlog_innodb"/>
- <vartype class="server" default="0"/>
+ <optype class="serveropt"/>
</types>
<versions>
<manual version="4.1"/>
@@ -794,15 +790,15 @@
<mysqloption id="datadir">
<name>datadir</name>
<shortdescription>Path to the database root.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
<optype class="cmdline" format="--datadir=name" setvar="datadir"/>
<optype class="cmdline" format="-h" setvar="datadir"/>
<optype class="serveropt" format="datadir" setvar="datadir"/>
- <vartype class="server" default="/usr/local/mysql/var/"/>
+ <vartype class="server" isdynamic="no"/>
</types>
<versions>
<manual version="4.1"/>
@@ -812,27 +808,14 @@
</mysqloption>
<mysqloption id="date_format">
<name>date_format</name>
- <shortdescription>The DATE format (For future). --datetime_format=name The
- DATETIME/TIMESTAMP format (for future). --default_week_format=# The
- default week format used by WEEK() functions. --delayed_insert_limit=#
- After inserting delayed_insert_limit rows, the INSERT DELAYED handler will
- check if there are any SELECT statements pending. If so, it allows these
- to execute before continuing. --delayed_insert_timeout=# How long a INSERT
- DELAYED thread should wait for INSERT statements before terminating.
- --delayed_queue_size=# What size queue (in rows) should be allocated for
- handling INSERT DELAYED. If the queue becomes full, any client that does
- INSERT DELAYED will wait until there is room in the queue again.
- --div_precision_increment=# Precision of the result of '/' operator will
- be increased on that value. --expire_logs_days=# If non-zero, binary logs
- will be purged after expire_logs_days days; possible purges happen at
- startup and at binary log rotation.</shortdescription>
- <section/>
- <opclass/>
+ <shortdescription>The DATE format (For future).</shortdescription>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
<optype class="cmdline" format="--date_format=name" setvar="date_format"/>
- <vartype class="server"/>
+ <vartype class="server" isdynamic="yes"/>
</types>
<versions>
<manual version="4.1"/>
@@ -843,14 +826,14 @@
<mysqloption id="datetime_format">
<name>datetime_format</name>
<shortdescription>The DATETIME/TIMESTAMP format (for future).</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
<optype class="cmdline" format="--datetime_format=name"
setvar="datetime_format"/>
- <vartype class="server"/>
+ <vartype class="server" isdynamic="yes"/>
</types>
<versions>
<manual version="4.1"/>
@@ -860,8 +843,8 @@
<mysqloption id="default-character-set">
<name>default-character-set</name>
<shortdescription>Set the default character set (deprecated option, use</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -870,7 +853,7 @@
<optype class="cmdline" format="-C" setvar="default-character-set"/>
<optype class="serveropt" format="default-character-set"
setvar="default-character-set"/>
- <vartype class="server" default="latin1"/>
+ <vartype class="server" isdynamic="yes"/>
</types>
<versions>
<manual version="4.1"/>
@@ -880,48 +863,51 @@
<mysqloption id="default-collation">
<name>default-collation</name>
<shortdescription>Set the default collation (deprecated option, use</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
<optype class="cmdline" format="--default-collation=name"
setvar="default-collation"/>
- <vartype class="server" default="latin1_swedish_ci"/>
+ <vartype class="server" isdynamic="yes" format="default_collation"/>
</types>
<versions>
<manual version="4.1"/>
<manual version="5.0"/>
+ <manual version="5.1"/>
</versions>
</mysqloption>
<mysqloption id="default-storage-engine">
<name>default-storage-engine</name>
<shortdescription>Set the default storage engine (table type) for tables.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
<optype class="cmdline" format="--default-storage-engine=name"
- setvar="default-storage-engine"/>
- <vartype class="server" default="MyISAM"/>
+ />
+ <optype class="serveropt"/>
</types>
<versions>
<manual version="4.1"/>
<manual version="5.0"/>
+ <manual version="5.1"/>
</versions>
</mysqloption>
<mysqloption id="default-table-type">
<name>default-table-type</name>
- <shortdescription>(deprecated) Use --default-storage-engine.</shortdescription>
- <section/>
- <opclass/>
+ <shortdescription>Use --default-storage-engine. </shortdescription>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
+ <deprecated version="5.0"/>
<types>
<optype class="cmdline" format="--default-table-type=name"
- setvar="default-table-type"/>
- <vartype class="server" default="MyISAM"/>
+ />
+ <optype class="serveropt"/>
</types>
<versions>
<manual version="4.1"/>
@@ -931,14 +917,14 @@
<mysqloption id="default-time-zone">
<name>default-time-zone</name>
<shortdescription>Set the default time zone.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
<optype class="cmdline" format="--default-time-zone=name"
setvar="default-time-zone"/>
- <vartype class="server"/>
+ <optype class="serveropt"/>
</types>
<versions>
<manual version="4.1"/>
@@ -948,8 +934,8 @@
<mysqloption id="default_week_format">
<name>default_week_format</name>
<shortdescription>The default week format used by WEEK() functions.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -965,8 +951,8 @@
<mysqloption id="delay-key-write">
<name>delay-key-write</name>
<shortdescription>Type of DELAY_KEY_WRITE.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -981,8 +967,8 @@
<name>delay-key-write-for-all-tables</name>
<shortdescription>Don't flush key buffers between writes for any MyISAM
table (Deprecated option, use --delay-key-write=all instead).</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -998,8 +984,8 @@
<shortdescription>After inserting delayed_insert_limit rows, the INSERT
DELAYED handler will check if there are any SELECT statements pending. If
so, it allows these to execute before continuing.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1016,8 +1002,8 @@
<name>delayed_insert_timeout</name>
<shortdescription>How long a INSERT DELAYED thread should wait for INSERT
statements before terminating.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1035,8 +1021,8 @@
<shortdescription>What size queue (in rows) should be allocated for handling
INSERT DELAYED. If the queue becomes full, any client that does INSERT
DELAYED will wait until there is room in the queue again.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1053,8 +1039,8 @@
<name>des-key-file</name>
<shortdescription>Load keys for des_encrypt() and des_encrypt from given
file.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1070,8 +1056,8 @@
<name>disconnect-slave-event-count</name>
<shortdescription>Option used by mysql-test for debugging and testing of
replication.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1088,8 +1074,8 @@
<name>div_precision_increment</name>
<shortdescription>Precision of the result of '/' operator will be increased
on that value.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1104,8 +1090,8 @@
<mysqloption id="enable-locking">
<name>enable-locking</name>
<shortdescription>Deprecated option, use --external-locking instead.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1123,8 +1109,8 @@
<shortdescription>Print a symbolic stack trace on failure.
--engine-condition-pushdown Push supported query conditions to the storage
engine.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1140,8 +1126,8 @@
<mysqloption id="engine-condition-pushdown">
<name>engine-condition-pushdown</name>
<shortdescription>Push supported query conditions to the storage engine.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1156,8 +1142,8 @@
<mysqloption id="event-scheduler">
<name>event-scheduler</name>
<shortdescription>Enable/disable the event scheduler.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1172,8 +1158,8 @@
<mysqloption id="exit-info">
<name>exit-info</name>
<shortdescription>Used for debugging; Use at your own risk!</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1192,8 +1178,8 @@
<shortdescription>If non-zero, binary logs will be purged after
expire_logs_days days; possible purges happen at startup and at binary log
rotation.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1211,8 +1197,8 @@
<shortdescription>Use system (external) locking (disabled by default). With
this option enabled you can run myisamchk to test (not repair) tables
while the MySQL server is running. Disable with --skip-external-locking.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1229,8 +1215,8 @@
<mysqloption id="flush">
<name>flush</name>
<shortdescription>Flush tables to disk between SQL commands.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1247,8 +1233,8 @@
<shortdescription>A dedicated thread is created to flush all tables at the
given interval. --ft_boolean_syntax=name List of operators for MATCH ...
AGAINST ( ... IN BOOLEAN MODE)</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1265,8 +1251,8 @@
<name>ft_boolean_syntax</name>
<shortdescription>List of operators for MATCH ... AGAINST ( ... IN BOOLEAN
MODE)</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1282,8 +1268,8 @@
<shortdescription>The maximum length of the word to be included in a
FULLTEXT index. Note: FULLTEXT indexes must be rebuilt after changing this
variable.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1335,8 +1321,8 @@
--interactive_timeout=# The number of seconds the server waits for
activity on an interactive connection before closing it.
--join_buffer_size=# The size of the buffer that is used for full joins.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1353,8 +1339,8 @@
<mysqloption id="ft_query_expansion_limit">
<name>ft_query_expansion_limit</name>
<shortdescription>Number of best matches to use for query expansion</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1370,8 +1356,8 @@
<mysqloption id="ft_stopword_file">
<name>ft_stopword_file</name>
<shortdescription>Use stopwords from this file instead of built-in list.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1387,8 +1373,8 @@
<mysqloption id="gdb">
<name>gdb</name>
<shortdescription>Set up signals usable for debugging</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1404,8 +1390,8 @@
<mysqloption id="general-log">
<name>general-log</name>
<shortdescription>Enable|disable general log</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1419,8 +1405,8 @@
<mysqloption id="group_concat_max_len">
<name>group_concat_max_len</name>
<shortdescription>The maximum length of the result of function group_concat.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1441,8 +1427,8 @@
xxx() without corresponding xxx_init() or xxx_deinit(). That also means
that one can load any function from any library, for example exit() from
libc.so</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1460,8 +1446,8 @@
<mysqloption id="init-connect">
<name>init-connect</name>
<shortdescription>Command(s) that are executed for each new connection</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1478,8 +1464,8 @@
<name>init-file</name>
<shortdescription>Read SQL commands from this file at startup.
--init-rpl-role=name Set the replication role.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1495,8 +1481,8 @@
<mysqloption id="init-rpl-role">
<name>init-rpl-role</name>
<shortdescription>Set the replication role.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1511,8 +1497,8 @@
<name>init-slave</name>
<shortdescription>Command(s) that are executed when a slave connects to this
master</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1529,8 +1515,8 @@
<name>innodb</name>
<shortdescription>Enable InnoDB (if this version of MySQL supports it).
Disable with --skip-innodb (will save memory).</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1547,8 +1533,8 @@
<name>innodb_additional_mem_pool_size</name>
<shortdescription>Size of a memory pool InnoDB uses to store data dictionary
information and other internal data structures.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1564,8 +1550,8 @@
<mysqloption id="innodb_autoextend_increment">
<name>innodb_autoextend_increment</name>
<shortdescription>Data file autoextend increment in megabytes</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1582,8 +1568,8 @@
<name>innodb_buffer_pool_awe_mem_mb</name>
<shortdescription>If Windows AWE is used, the size of InnoDB buffer pool
allocated from the AWE memory.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1600,8 +1586,8 @@
<name>innodb_buffer_pool_size</name>
<shortdescription>The size of the memory buffer InnoDB uses to cache data
and indexes of its tables.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1636,8 +1622,8 @@
allowed in bufferpool. --innodb_max_purge_lag=# Desired maximum length of
the purge queue (0 = no limit) --innodb_status_file Enable SHOW INNODB
STATUS output in the innodb_status.[pid] file</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1654,8 +1640,8 @@
<name>innodb_commit_concurrency</name>
<shortdescription>Helps in performance tuning in heavily concurrent
environments.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1671,8 +1657,8 @@
<name>innodb_concurrency_tickets</name>
<shortdescription>Number of times a thread is allowed to enter InnoDB within
the same SQL query after it has once got the ticket</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1687,8 +1673,8 @@
<mysqloption id="innodb_data_file_path">
<name>innodb_data_file_path</name>
<shortdescription>Path to individual files and their sizes.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1702,8 +1688,8 @@
<mysqloption id="innodb_data_home_dir">
<name>innodb_data_home_dir</name>
<shortdescription>The common part for InnoDB table spaces.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1720,8 +1706,8 @@
<name>innodb_doublewrite</name>
<shortdescription>Enable InnoDB doublewrite buffer (enabled by default).
Disable with --skip-innodb-doublewrite.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1737,8 +1723,8 @@
<name>innodb_fast_shutdown</name>
<shortdescription>Speeds up the shutdown process of the InnoDB storage
engine. Possible values are 0, 1 (faster) or 2 (fastest - crash-like).</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1754,8 +1740,8 @@
<mysqloption id="innodb_file_io_threads">
<name>innodb_file_io_threads</name>
<shortdescription>Number of file I/O threads in InnoDB.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1772,8 +1758,8 @@
<name>innodb_file_per_table</name>
<shortdescription>Stores each InnoDB table to an .ibd file in the database
dir.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1790,8 +1776,8 @@
<name>innodb_flush_log_at_trx_commit</name>
<shortdescription>Set to 0 (write and flush once per second), 1 (write and
flush at each commit) or 2 (write at commit, flush once per second).</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1807,8 +1793,8 @@
<mysqloption id="innodb_flush_method">
<name>innodb_flush_method</name>
<shortdescription>With which method to flush data.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1825,8 +1811,8 @@
<name>innodb_force_recovery</name>
<shortdescription>Helps to save your data in case the disk image of the
database becomes corrupt.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1843,8 +1829,8 @@
<name>innodb_lock_wait_timeout</name>
<shortdescription>Timeout in seconds an InnoDB transaction may wait for a
lock before being rolled back.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1861,8 +1847,8 @@
<name>innodb_locks_unsafe_for_binlog</name>
<shortdescription>Force InnoDB not to use next-key locking. Instead use only
row-level locking</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1878,8 +1864,8 @@
<mysqloption id="innodb_log_arch_dir">
<name>innodb_log_arch_dir</name>
<shortdescription>Where full logs should be archived.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1895,8 +1881,8 @@
<mysqloption id="innodb_log_archive">
<name>innodb_log_archive</name>
<shortdescription>Set to 1 if you want to have logs archived.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1911,8 +1897,8 @@
<name>innodb_log_buffer_size</name>
<shortdescription>The size of the buffer which InnoDB uses to write log to
the log files on disk.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1928,8 +1914,8 @@
<mysqloption id="innodb_log_file_size">
<name>innodb_log_file_size</name>
<shortdescription>Size of each log file in a log group.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1946,8 +1932,8 @@
<name>innodb_log_files_in_group</name>
<shortdescription>Number of log files in the log group. InnoDB writes to the
files in a circular fashion. Value 3 is recommended here.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1963,8 +1949,8 @@
<mysqloption id="innodb_log_group_home_dir">
<name>innodb_log_group_home_dir</name>
<shortdescription>Path to InnoDB log files.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1980,8 +1966,8 @@
<mysqloption id="innodb_max_dirty_pages_pct">
<name>innodb_max_dirty_pages_pct</name>
<shortdescription>Percentage of dirty pages allowed in bufferpool.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -1997,8 +1983,8 @@
<mysqloption id="innodb_max_purge_lag">
<name>innodb_max_purge_lag</name>
<shortdescription>Desired maximum length of the purge queue (0 = no limit)</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2015,8 +2001,8 @@
<name>innodb_mirrored_log_groups</name>
<shortdescription>Number of identical copies of log groups we keep for the
database. Currently this should be set to 1.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2033,8 +2019,8 @@
<name>innodb_open_files</name>
<shortdescription>How many files at the maximum InnoDB keeps open at the
same time.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2051,8 +2037,8 @@
<name>innodb_safe_binlog</name>
<shortdescription>After a crash recovery by InnoDB, truncate the binary log
after the last not-rolled-back statement/transaction.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2068,8 +2054,8 @@
<name>innodb_status_file</name>
<shortdescription>Enable SHOW INNODB STATUS output in the
innodb_status.[pid] file</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2086,8 +2072,8 @@
<name>innodb_support_xa</name>
<shortdescription>Enable InnoDB support for the XA two-phase commit
--innodb_table_locks Enable InnoDB locking in LOCK TABLES</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2103,8 +2089,8 @@
<mysqloption id="innodb_sync_spin_loops">
<name>innodb_sync_spin_loops</name>
<shortdescription>Count of spin-loop rounds in InnoDB mutexes</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2119,8 +2105,8 @@
<mysqloption id="innodb_table_locks">
<name>innodb_table_locks</name>
<shortdescription>Enable InnoDB locking in LOCK TABLES</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2138,8 +2124,8 @@
<shortdescription>Helps in performance tuning in heavily concurrent
environments. Sets the maximum number of threads allowed inside InnoDB.
Value 0 will disable the thread throttling.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2156,8 +2142,8 @@
<name>innodb_thread_sleep_delay</name>
<shortdescription>Time of innodb thread sleeping before joining InnoDB queue
(usec). Value 0 disable a sleep</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2173,8 +2159,8 @@
<name>interactive_timeout</name>
<shortdescription>The number of seconds the server waits for activity on an
interactive connection before closing it.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2190,8 +2176,8 @@
<mysqloption id="isam">
<name>isam</name>
<shortdescription>Obsolete. ISAM storage engine is no longer supported.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2207,8 +2193,8 @@
<mysqloption id="join_buffer_size">
<name>join_buffer_size</name>
<shortdescription>The size of the buffer that is used for full joins.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2233,8 +2219,8 @@
in key cache --key_cache_block_size=# The default size of key cache blocks
--key_cache_division_limit=# The minimum percentage of warm blocks in key
cache</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2254,8 +2240,8 @@
be untouched until it is considered aged enough to be downgraded to a warm
block. This specifies the percentage ratio of that number of hits to the
total number of blocks in key cache</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2271,8 +2257,8 @@
<mysqloption id="key_cache_block_size">
<name>key_cache_block_size</name>
<shortdescription>The default size of key cache blocks</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2288,8 +2274,8 @@
<mysqloption id="key_cache_division_limit">
<name>key_cache_division_limit</name>
<shortdescription>The minimum percentage of warm blocks in key cache</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2306,8 +2292,8 @@
<name>language</name>
<shortdescription>Client error messages in given language. May be given as a
full path.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2326,8 +2312,8 @@
<name>large-pages</name>
<shortdescription>Enable support for large pages. Disable with
--skip-large-pages.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2342,8 +2328,8 @@
<mysqloption id="local-infile">
<name>local-infile</name>
<shortdescription>Enable/disable LOAD DATA LOCAL INFILE (takes values 1|0).</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2359,8 +2345,8 @@
<mysqloption id="log">
<name>log</name>
<shortdescription>Log connections and queries to file.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2378,8 +2364,8 @@
<mysqloption id="log-bin">
<name>log-bin</name>
<shortdescription>instead.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2397,8 +2383,8 @@
<mysqloption id="log-bin-index">
<name>log-bin-index</name>
<shortdescription>File that holds the names for last binary log files.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2416,8 +2402,8 @@
<shortdescription>If equal to 0 (the default), then when --log-bin is used,
creation of a stored function is allowed only to users having the SUPER
privilege and only if this function may not break binary logging.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2432,8 +2418,8 @@
<mysqloption id="log-bin-trust-routine-creators">
<name>log-bin-trust-routine-creators</name>
<shortdescription>(deprecated) Use log-bin-trust-function-creators.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2448,8 +2434,8 @@
<mysqloption id="log-error">
<name>log-error</name>
<shortdescription>Error log file.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2465,8 +2451,8 @@
<mysqloption id="log-isam">
<name>log-isam</name>
<shortdescription>Log all MyISAM changes to file.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2483,8 +2469,8 @@
<name>log-long-format</name>
<shortdescription>Log some extra information to update log. Please note that
this option is deprecated; see --log-short-format option.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2502,8 +2488,8 @@
<shortdescription>Syntax: log-output[=value[,value...]], where "value" could
be TABLE, FILE or NONE. --log-queries-not-using-indexes Log queries that
are executed without benefit of any index to the slow log if it is open.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2518,8 +2504,8 @@
<name>log-queries-not-using-indexes</name>
<shortdescription>Log queries that are executed without benefit of any index
to the slow log if it is open.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2535,8 +2521,8 @@
<mysqloption id="log-short-format">
<name>log-short-format</name>
<shortdescription>Don't log extra information to update and slow-query logs.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2565,8 +2551,8 @@
updates. Example: replicate-wild-ignore-table=foo%.bar% will not do
updates to tables in databases that start with foo and whose table names
start with bar.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2587,8 +2573,8 @@
<name>log-slow-admin-statements</name>
<shortdescription>Log slow OPTIMIZE, ANALYZE, ALTER and other administrative
statements to the slow log if it is open.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2606,8 +2592,8 @@
<shortdescription>Log slow queries to this log file. Defaults logging to
hostname-slow.log file. Must be enabled to activate other slow log
options.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2624,8 +2610,8 @@
<name>log-tc</name>
<shortdescription>Path to transaction coordinator log (used for transactions
that affect more than one storage engine, when binary log is disabled)</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2640,8 +2626,8 @@
<mysqloption id="log-tc-size">
<name>log-tc-size</name>
<shortdescription>Size of transaction coordinator log.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2657,8 +2643,8 @@
<name>log-update</name>
<shortdescription>The update log is deprecated since version 5.0, is
replaced by the binary log and this option justs turns on</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2674,8 +2660,8 @@
<mysqloption id="log-warnings">
<name>log-warnings</name>
<shortdescription>Log some not critical warnings to the log file.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2698,8 +2684,8 @@
file system --max_allowed_packet=# Max packetlength to send/receive from
to server. --max_binlog_cache_size=# Can be used to restrict the total
size used to cache a multi-transaction query.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2716,8 +2702,8 @@
<mysqloption id="low-priority-updates">
<name>low-priority-updates</name>
<shortdescription>INSERT/DELETE/UPDATE has lower priority than selects.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2735,8 +2721,8 @@
<shortdescription>If set to 1 table names are stored in lowercase on disk
and table names will be case-insensitive. Should be set to 2 if you are
using a case insensitive file system</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2754,8 +2740,8 @@
<shortdescription>The number of seconds the slave thread will sleep before
retrying to connect to the master in case the master goes down or the
connection is lost.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2779,8 +2765,8 @@
authenticate with when connecting to the master. If not set, an empty
password is assumed.The value in master.info will take precedence if it
can be read.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2797,8 +2783,8 @@
<name>master-info-file</name>
<shortdescription>The location and name of the file that remembers the
master and where the I/O replication thread is in the master's binlogs.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2816,8 +2802,8 @@
<shortdescription>The password the slave thread will authenticate with when
connecting to the master. If not set, an empty password is assumed.The
value in master.info will take precedence if it can be read.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2837,8 +2823,8 @@
configure options, this should be 3306. The value in master.info will take
precedence if it can be read. --master-retry-count=# The number of tries
the slave will make to connect to the master before giving up.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2855,8 +2841,8 @@
<name>master-retry-count</name>
<shortdescription>The number of tries the slave will make to connect to the
master before giving up.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2879,8 +2865,8 @@
--master-ssl-cipher[=name] Master SSL cipher. Only applies if you have
enabled master-ssl. --master-ssl-key[=name] Master SSL keyfile name. Only
applies if you have enabled master-ssl.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2897,8 +2883,8 @@
<name>master-ssl-ca</name>
<shortdescription>Master SSL CA file. Only applies if you have enabled
master-ssl.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2915,8 +2901,8 @@
<name>master-ssl-capath</name>
<shortdescription>Master SSL CA path. Only applies if you have enabled
master-ssl.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2933,8 +2919,8 @@
<name>master-ssl-cert</name>
<shortdescription>Master SSL certificate file name. Only applies if you have
enabled master-ssl</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2951,8 +2937,8 @@
<name>master-ssl-cipher</name>
<shortdescription>Master SSL cipher. Only applies if you have enabled
master-ssl.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2969,8 +2955,8 @@
<name>master-ssl-key</name>
<shortdescription>Master SSL keyfile name. Only applies if you have enabled
master-ssl.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -2990,8 +2976,8 @@
master user is not set, user test is assumed. The value in master.info
will take precedence if it can be read. --max-binlog-dump-events=# Option
used by mysql-test for debugging and testing of replication.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3008,8 +2994,8 @@
<name>max-binlog-dump-events</name>
<shortdescription>Option used by mysql-test for debugging and testing of
replication.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3025,8 +3011,8 @@
<mysqloption id="max_allowed_packet">
<name>max_allowed_packet</name>
<shortdescription>Max packetlength to send/receive from to server.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3043,8 +3029,8 @@
<name>max_binlog_cache_size</name>
<shortdescription>Can be used to restrict the total size used to cache a
multi-transaction query.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3064,8 +3050,8 @@
0. The minimum value for this variable is 4096. --max_connect_errors=# If
there is more than this number of interrupted connections from a host this
host will be blocked from further connections.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3084,8 +3070,8 @@
<shortdescription>If there is more than this number of interrupted
connections from a host this host will be blocked from further
connections.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3104,8 +3090,8 @@
--max_delayed_threads=# Don't start more than this number of threads to
handle INSERT DELAYED statements. If set to zero, which means INSERT
DELAYED is not used.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3124,8 +3110,8 @@
<shortdescription>Don't start more than this number of threads to handle
INSERT DELAYED statements. If set to zero, which means INSERT DELAYED is
not used.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3143,8 +3129,8 @@
<shortdescription>Max number of errors/warnings to store for a statement.
--max_heap_table_size=# Don't allow creation of heap tables bigger than
this.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3161,8 +3147,8 @@
<mysqloption id="max_heap_table_size">
<name>max_heap_table_size</name>
<shortdescription>Don't allow creation of heap tables bigger than this.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3186,8 +3172,8 @@
0 excepted, the minimum value for this variable is 4096.
--max_seeks_for_key=# Limit assumed max number of seeks when looking up
rows based on a key</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3203,8 +3189,8 @@
<mysqloption id="max_length_for_sort_data">
<name>max_length_for_sort_data</name>
<shortdescription>Max number of bytes in sorted records.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3220,8 +3206,8 @@
<mysqloption id="max_prepared_stmt_count">
<name>max_prepared_stmt_count</name>
<shortdescription>Maximum number of prepared statements in the server.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3239,8 +3225,8 @@
<shortdescription>If non-zero: relay log will be rotated automatically when
the size exceeds this value; if zero (the default): when the size exceeds
max_binlog_size. 0 excepted, the minimum value for this variable is 4096.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3257,8 +3243,8 @@
<name>max_seeks_for_key</name>
<shortdescription>Limit assumed max number of seeks when looking up rows
based on a key</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3277,8 +3263,8 @@
values (only the first max_sort_length bytes of each value are used; the
rest are ignored). --max_sp_recursion_depth[=#] Maximum stored procedure
recursion depth. (discussed with docs).</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3296,8 +3282,8 @@
<name>max_sp_recursion_depth</name>
<shortdescription>Maximum stored procedure recursion depth. (discussed with
docs).</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3326,8 +3312,8 @@
--myisam_sort_buffer_size=# The buffer that is allocated when sorting the
index when doing a REPAIR or when creating indexes with CREATE INDEX or
ALTER TABLE.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3345,8 +3331,8 @@
<name>max_user_connections</name>
<shortdescription>The maximum number of active connections for a single user
(0 = no limit).</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3363,8 +3349,8 @@
<name>max_write_lock_count</name>
<shortdescription>After this many write locks, allow some read locks to run
in between.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3380,8 +3366,8 @@
<mysqloption id="memlock">
<name>memlock</name>
<shortdescription>Lock mysqld in memory.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3399,8 +3385,8 @@
<shortdescription>Enable Merge storage engine. Disable with --skip-merge.
--myisam-recover[=name] Syntax: myisam-recover[=option[,option...]], where
option can be DEFAULT, BACKUP, FORCE or QUICK.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3415,8 +3401,8 @@
<mysqloption id="multi_range_count">
<name>multi_range_count</name>
<shortdescription>Number of key ranges to request at once.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3432,8 +3418,8 @@
<name>myisam-recover</name>
<shortdescription>Syntax: myisam-recover[=option[,option...]], where option
can be DEFAULT, BACKUP, FORCE or QUICK.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3449,8 +3435,8 @@
<mysqloption id="myisam_block_size">
<name>myisam_block_size</name>
<shortdescription>Block size to be used for MyISAM index pages.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3466,8 +3452,8 @@
<mysqloption id="myisam_data_pointer_size">
<name>myisam_data_pointer_size</name>
<shortdescription>Default pointer size to be used for MyISAM tables.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3483,8 +3469,8 @@
<mysqloption id="myisam_max_extra_sort_file_size">
<name>myisam_max_extra_sort_file_size</name>
<shortdescription>Deprecated option</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3501,8 +3487,8 @@
<name>myisam_max_sort_file_size</name>
<shortdescription>Don't use the fast sort index method to created index if
the temporary file would get bigger than this.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3519,8 +3505,8 @@
<name>myisam_repair_threads</name>
<shortdescription>Number of threads to use when repairing MyISAM tables. The
value of 1 disables parallel repair.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3537,8 +3523,8 @@
<name>myisam_sort_buffer_size</name>
<shortdescription>The buffer that is allocated when sorting the index when
doing a REPAIR or when creating indexes with CREATE INDEX or ALTER TABLE.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3557,8 +3543,8 @@
should threat NULLs. Possible values of name are "nulls_unequal" (default
behavior for 4.1/5.0), "nulls_equal" (emulate 4.0 behavior), and
"nulls_ignored".</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3580,8 +3566,8 @@
behavior), and "nulls_ignored". --net_buffer_length=# Buffer length for
TCP/IP and socket communication. --net_read_timeout=# Number of seconds to
wait for more data from a connection before aborting the read.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3596,8 +3582,8 @@
<mysqloption id="ndb-autoincrement-prefetch-sz">
<name>ndb-autoincrement-prefetch-sz</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3608,8 +3594,8 @@
<mysqloption id="ndb-cache-check-time">
<name>ndb-cache-check-time</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3620,8 +3606,8 @@
<mysqloption id="ndb-connectstring">
<name>ndb-connectstring</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3632,8 +3618,8 @@
<mysqloption id="ndb-distribution">
<name>ndb-distribution</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3644,8 +3630,8 @@
<mysqloption id="ndb-extra-logging">
<name>ndb-extra-logging</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3657,8 +3643,8 @@
<name>ndb-force-send</name>
<shortdescription>Force send of buffers to ndb immediately without waiting
for other threads.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3671,8 +3657,8 @@
<mysqloption id="ndb-index-stat-cache-entries">
<name>ndb-index-stat-cache-entries</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3683,8 +3669,8 @@
<mysqloption id="ndb-index-stat-enable">
<name>ndb-index-stat-enable</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3695,8 +3681,8 @@
<mysqloption id="ndb-index-stat-update-freq">
<name>ndb-index-stat-update-freq</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3707,8 +3693,8 @@
<mysqloption id="ndb-mgmd-host">
<name>ndb-mgmd-host</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3722,8 +3708,8 @@
--ndb-autoincrement-prefetch-sz=# Specify number of autoincrement values
that are prefetched. --ndb-distribution=name Default distribution for new
tables in ndb</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3737,8 +3723,8 @@
<mysqloption id="ndb-optimized-node-selection">
<name>ndb-optimized-node-selection</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3749,8 +3735,8 @@
<mysqloption id="ndb-report-thresh-binlog-epoch-slip3">
<name>ndb-report-thresh-binlog-epoch-slip3</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3761,8 +3747,8 @@
<mysqloption id="ndb-report-thresh-binlog-mem-usage10">
<name>ndb-report-thresh-binlog-mem-usage10</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3784,8 +3770,8 @@
query db nodes instead of statistics cache. For example 20 means every
20th time. --ndb-use-copying-alter-table Force ndbcluster to always copy
tables at alter table (should only be used if on-line alter table fails).</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3799,8 +3785,8 @@
<mysqloption id="ndb-use-copying-alter-table">
<name>ndb-use-copying-alter-table</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3811,8 +3797,8 @@
<mysqloption id="ndb-use-exact-count">
<name>ndb-use-exact-count</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3835,8 +3821,8 @@
--ndb-use-exact-count Use exact records count during query planning and
for fast select count(*), disable for faster queries.
--ndb_use_exact_count same as --ndb-use-exact-count.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3850,8 +3836,8 @@
<mysqloption id="ndb_use_exact_count">
<name>ndb_use_exact_count</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3866,8 +3852,8 @@
--ndb-connectstring=name Connect string for ndbcluster.
--ndb-mgmd-host=name Set host and port for ndb_mgmd. Syntax:
hostname[:port]</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3883,8 +3869,8 @@
<mysqloption id="net_buffer_length">
<name>net_buffer_length</name>
<shortdescription>Buffer length for TCP/IP and socket communication.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3901,8 +3887,8 @@
<name>net_read_timeout</name>
<shortdescription>Number of seconds to wait for more data from a connection
before aborting the read.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3936,8 +3922,8 @@
system will automatically pick a reasonable value; if set to MAX_TABLES+2,
the optimizer will switch to the original find_best (used for
testing/comparison).</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3955,8 +3941,8 @@
<name>net_write_timeout</name>
<shortdescription>Number of seconds to wait for a block to be written to a
connection before aborting the write.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3972,8 +3958,8 @@
<mysqloption id="new">
<name>new</name>
<shortdescription>Use very new possible 'unsafe' functions.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -3991,8 +3977,8 @@
<mysqloption id="old-alter-table">
<name>old-alter-table</name>
<shortdescription>Use old, non-optimized alter table.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4010,8 +3996,8 @@
older clients). --old-style-user-limits Enable old-style user limits
(before 5.0.3 user resources were counted per each user+host vs. per
account)</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4028,8 +4014,8 @@
<name>old-style-user-limits</name>
<shortdescription>Enable old-style user limits (before 5.0.3 user resources
were counted per each user+host vs. per account)</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4047,8 +4033,8 @@
reserve file descriptors to use with setrlimit(). If this value is 0 then
mysqld will reserve max_connections*5 or max_connections + table_cache*2
(whichever is larger) number of files.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4067,8 +4053,8 @@
optimization to prune less-promising partial plans from the optimizer
search space. Meaning: 0 - do not apply any heuristic, thus perform
exhaustive search; 1 - prune plans based on number of retrieved rows.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4089,8 +4075,8 @@
produce very bad query plans. If set to 0, the system will automatically
pick a reasonable value; if set to MAX_TABLES+2, the optimizer will switch
to the original find_best (used for testing/comparison).</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4105,8 +4091,8 @@
<mysqloption id="pid-file">
<name>pid-file</name>
<shortdescription>Pid file used by safe_mysqld.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4137,8 +4123,8 @@
ranges during optimization --read_buffer_size=# Each thread that does a
sequential scan allocates a buffer of this size for each table it scans.
If you do many sequential scans, you may want to increase this value.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4154,8 +4140,8 @@
<shortdescription>Port number to use for connection. --port-open-timeout=#
Maximum time in seconds to wait for the port to become free. (Default: no
wait)</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4174,8 +4160,8 @@
<name>port-open-timeout</name>
<shortdescription>Maximum time in seconds to wait for the port to become
free. (Default: no wait)</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4191,8 +4177,8 @@
<name>preload_buffer_size</name>
<shortdescription>The size of the buffer that is allocated when preloading
indexes</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4208,8 +4194,8 @@
<mysqloption id="query_alloc_block_size">
<name>query_alloc_block_size</name>
<shortdescription>Allocation block size for query parsing and execution</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4225,8 +4211,8 @@
<mysqloption id="query_cache_limit">
<name>query_cache_limit</name>
<shortdescription>Don't cache results that are bigger than this.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4243,8 +4229,8 @@
<name>query_cache_min_res_unit</name>
<shortdescription>minimal size of unit in wich space for results is
allocated (last unit will be trimed after writing all result data.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4260,8 +4246,8 @@
<mysqloption id="query_cache_size">
<name>query_cache_size</name>
<shortdescription>The memory allocated to store results from old queries.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4279,8 +4265,8 @@
<shortdescription>0 = OFF = Don't cache or retrieve results. 1 = ON = Cache
all results except SELECT SQL_NO_CACHE ... queries. 2 = DEMAND = Cache
only SELECT SQL_CACHE ... queries.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4296,8 +4282,8 @@
<mysqloption id="query_cache_wlock_invalidate">
<name>query_cache_wlock_invalidate</name>
<shortdescription>Invalidate queries in query cache on LOCK for write</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4313,8 +4299,8 @@
<mysqloption id="query_prealloc_size">
<name>query_prealloc_size</name>
<shortdescription>Persistent buffer for query parsing and execution</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4331,8 +4317,8 @@
<name>range_alloc_block_size</name>
<shortdescription>Allocation block size for storing ranges during
optimization</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4350,8 +4336,8 @@
<shortdescription>Each thread that does a sequential scan allocates a buffer
of this size for each table it scans. If you do many sequential scans, you
may want to increase this value.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4371,8 +4357,8 @@
privilege --read_rnd_buffer_size=# When reading rows in sorted order after
a sort, the rows are read through this buffer to avoid a disk seeks. If
not set, then it's set to the value of record_buffer.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4390,8 +4376,8 @@
<shortdescription>When reading rows in sorted order after a sort, the rows
are read through this buffer to avoid a disk seeks. If not set, then it's
set to the value of record_buffer.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4407,8 +4393,8 @@
<mysqloption id="record_buffer">
<name>record_buffer</name>
<shortdescription>Alias for read_buffer_size</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4453,8 +4439,8 @@
--replicate-same-server-id In replication, if set to 1, do not skip events
having our server id. Default value is 0 (to break infinite loops in
circular replication). Can't be set to 1 if</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4471,8 +4457,8 @@
<name>relay-log-index</name>
<shortdescription>The location and name to use for the file that keeps a
list of the last relay logs.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4489,8 +4475,8 @@
<name>relay-log-info-file</name>
<shortdescription>The location and name of the file that remembers where the
SQL replication thread is in the relay logs.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4516,8 +4502,8 @@
the thread takes longer than this value (in seconds), the
Slow_launch_threads counter will be incremented. --sort_buffer_size=# Each
thread that needs to do a sort allocates a buffer of this size.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4534,8 +4520,8 @@
<mysqloption id="relay_log_space_limit">
<name>relay_log_space_limit</name>
<shortdescription>Maximum space to use for all relay logs.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4557,8 +4543,8 @@
SET foo='bar' while having selected a different or no database. If you
need cross database updates to work, make sure you have 3.23.28 or later,
and use replicate-wild-do-table=db_name.%.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4575,8 +4561,8 @@
specified table. To specify more than one table, use the directive
multiple times, once for each table. This will work for cross-database
updates, in contrast to replicate-do-db.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4595,8 +4581,8 @@
use cross database updates. If you need cross database updates to work,
make sure you have 3.23.28 or later, and use
replicate-wild-ignore-table=db_name.%. </shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4613,8 +4599,8 @@
table. To specify more than one table to ignore, use the directive
multiple times, once for each table. This will work for cross-datbase
updates, in contrast to replicate-ignore-db.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4629,8 +4615,8 @@
<name>replicate-rewrite-db</name>
<shortdescription>Updates to a database with a different name than the
original. Example: replicate-rewrite-db=master_db_name->slave_db_name.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4646,8 +4632,8 @@
<shortdescription>In replication, if set to 1, do not skip events having our
server id. Default value is 0 (to break infinite loops in circular
replication). Can't be set to 1 if</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4668,8 +4654,8 @@
work for cross-database updates. Example:
replicate-wild-do-table=foo%.bar% will replicate only updates to tables in
all databases that start with foo and whose table names start with bar.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4688,8 +4674,8 @@
work for cross-database updates. Example:
replicate-wild-ignore-table=foo%.bar% will not do updates to tables in
databases that start with foo and whose table names start with bar.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4709,8 +4695,8 @@
the IP of the slave off the socket once the slave connects. Due to NAT and
other routing issues, that IP may not be valid for connecting to the slave
from the master or other hosts. --report-password=name Undocumented.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4726,8 +4712,8 @@
<mysqloption id="report-password">
<name>report-password</name>
<shortdescription>Undocumented.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4746,8 +4732,8 @@
slave registration. Set it only if the slave is listening on a non-default
port or if you have a special tunnel from the master or other clients to
the slave. If not sure, leave this option unset.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4763,8 +4749,8 @@
<mysqloption id="report-user">
<name>report-user</name>
<shortdescription>Undocumented. --rpl-recovery-rank=# Undocumented.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4780,8 +4766,8 @@
<mysqloption id="rpl-recovery-rank">
<name>rpl-recovery-rank</name>
<shortdescription>Undocumented.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4798,8 +4784,8 @@
<name>s</name>
<shortdescription>--use-symbolic-links Enable symbolic link support.
Deprecated option; use</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4815,8 +4801,8 @@
<shortdescription>Skip some optimize stages (for testing).
--safe-show-database Deprecated option; use GRANT SHOW DATABASES
instead...</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4831,8 +4817,8 @@
<mysqloption id="safe-show-database">
<name>safe-show-database</name>
<shortdescription>Deprecated option; use GRANT SHOW DATABASES instead...</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4848,8 +4834,8 @@
<shortdescription>Don't allow new user creation by the user who has no write
privileges to the mysql.user table. --safemalloc-mem-limit=# Simulate
memory shortage when compiled with the</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4866,8 +4852,8 @@
<mysqloption id="safemalloc-mem-limit">
<name>safemalloc-mem-limit</name>
<shortdescription>Simulate memory shortage when compiled with the</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4882,8 +4868,8 @@
<name>secure-auth</name>
<shortdescription>Disallow authentication for accounts that have old
(pre-4.1) passwords.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4900,8 +4886,8 @@
<name>server-id</name>
<shortdescription>Uniquely identifies the server instance in the community
of replication partners.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4919,8 +4905,8 @@
<shortdescription>Change the value of a variable. Please note that this
option is deprecated;you can set variables directly with
--variable-name=value.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4936,8 +4922,8 @@
<mysqloption id="show-slave-auth-info">
<name>show-slave-auth-info</name>
<shortdescription>Show user and password in SHOW SLAVE HOSTS on this master</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4954,8 +4940,8 @@
<name>skip-grant-tables</name>
<shortdescription>Start without grant tables. This gives all users FULL
ACCESS to all tables!</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4972,8 +4958,8 @@
<mysqloption id="skip-host-cache">
<name>skip-host-cache</name>
<shortdescription>Don't cache host names.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -4988,8 +4974,8 @@
<mysqloption id="skip-locking">
<name>skip-locking</name>
<shortdescription>Deprecated option, use --skip-external-locking instead.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5005,8 +4991,8 @@
<name>skip-name-resolve</name>
<shortdescription>Don't resolve hostnames. All hostnames are IP's or
'localhost'.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5021,8 +5007,8 @@
<mysqloption id="skip-networking">
<name>skip-networking</name>
<shortdescription>Don't allow connection with TCP/IP.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5038,8 +5024,8 @@
<name>skip-new</name>
<shortdescription>Don't use new, possible wrong routines.
--skip-show-database Don't allow 'SHOW DATABASE' commands.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5054,8 +5040,8 @@
<mysqloption id="skip-show-database">
<name>skip-show-database</name>
<shortdescription>Don't allow 'SHOW DATABASE' commands.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5069,8 +5055,8 @@
<mysqloption id="skip-slave-start">
<name>skip-slave-start</name>
<shortdescription>If set, slave is not autostarted.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5087,8 +5073,8 @@
<mysqloption id="skip-stack-trace">
<name>skip-stack-trace</name>
<shortdescription>Don't print a stack trace on failure.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5107,8 +5093,8 @@
slave should put its temporary files when replicating a LOAD DATA INFILE
command. --slave-skip-errors=name Tells the slave thread to continue
replication when a query returns an error from the provided list.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5123,8 +5109,8 @@
<mysqloption id="skip-symlink">
<name>skip-symlink</name>
<shortdescription>Don't allow symlinking of tables. Deprecated option. Use</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5139,8 +5125,8 @@
<mysqloption id="skip-thread-priority">
<name>skip-thread-priority</name>
<shortdescription>Don't give threads different priorities.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5155,8 +5141,8 @@
<name>slave-load-tmpdir</name>
<shortdescription>The location where the slave should put its temporary
files when replicating a LOAD DATA INFILE command.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5173,8 +5159,8 @@
<name>slave-skip-errors</name>
<shortdescription>Tells the slave thread to continue replication when a
query returns an error from the provided list.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5188,8 +5174,8 @@
<mysqloption id="slave_compressed_protocol">
<name>slave_compressed_protocol</name>
<shortdescription>Use compression on master/slave protocol.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5206,8 +5192,8 @@
<name>slave_net_timeout</name>
<shortdescription>Number of seconds to wait for more data from a
master/slave connection before aborting the read.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5225,8 +5211,8 @@
<shortdescription>Number of times the slave SQL thread will retry a
transaction in case it failed with a deadlock or elapsed lock wait
timeout, before giving up and stopping.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5242,8 +5228,8 @@
<mysqloption id="slow-query-log">
<name>slow-query-log</name>
<shortdescription>Enable|disable slow query log</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5258,8 +5244,8 @@
<name>slow_launch_time</name>
<shortdescription>If creating the thread takes longer than this value (in
seconds), the Slow_launch_threads counter will be incremented.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5279,8 +5265,8 @@
testing of replication. --sql-bin-update-same=# The update log is
deprecated since version 5.0, is replaced by the binary log and this
option does nothing anymore.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5297,8 +5283,8 @@
<name>sort_buffer_size</name>
<shortdescription>Each thread that needs to do a sort allocates a buffer of
this size.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5315,8 +5301,8 @@
<name>sporadic-binlog-dump-fail</name>
<shortdescription>Option used by mysql-test for debugging and testing of
replication.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5333,8 +5319,8 @@
<name>sql-bin-update-same</name>
<shortdescription>The update log is deprecated since version 5.0, is
replaced by the binary log and this option does nothing anymore.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5352,8 +5338,8 @@
<shortdescription>Syntax: sql-mode=option[,option[,option...]] where option
can be one of: REAL_AS_FLOAT, PIPES_AS_CONCAT, ANSI_QUOTES, IGNORE_SPACE,
ONLY_FULL_GROUP_BY, NO_UNSIGNED_SUBTRACTION.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5370,8 +5356,8 @@
<name>ssl</name>
<shortdescription>Enable SSL for connection (automatically enabled with
other flags). Disable with --skip-ssl.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5386,8 +5372,8 @@
<mysqloption id="ssl-ca">
<name>ssl-ca</name>
<shortdescription>CA file in PEM format (check OpenSSL docs, implies --ssl).</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5402,8 +5388,8 @@
<mysqloption id="ssl-capath">
<name>ssl-capath</name>
<shortdescription>CA directory (check OpenSSL docs, implies --ssl).</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5418,8 +5404,8 @@
<mysqloption id="ssl-cert">
<name>ssl-cert</name>
<shortdescription>X509 cert in PEM format (implies --ssl).</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5434,8 +5420,8 @@
<mysqloption id="ssl-cipher">
<name>ssl-cipher</name>
<shortdescription>SSL cipher to use (implies --ssl).</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5450,8 +5436,8 @@
<mysqloption id="ssl-key">
<name>ssl-key</name>
<shortdescription>X509 key in PEM format (implies --ssl).</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5466,8 +5452,8 @@
<mysqloption id="symbolic-links">
<name>symbolic-links</name>
<shortdescription>instead.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5485,8 +5471,8 @@
<mysqloption id="sync-bdb-logs">
<name>sync-bdb-logs</name>
<shortdescription>Synchronously flush Berkeley DB logs. Enabled by default</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5502,8 +5488,8 @@
<name>sync-binlog</name>
<shortdescription>Synchronously flush binary log to disk after every #th
event. Use 0 (default) to disable synchronous flushing.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5519,8 +5505,8 @@
<mysqloption id="sync-frm">
<name>sync-frm</name>
<shortdescription>Sync .frm to disk on create. Enabled by default.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5540,8 +5526,8 @@
for different invocations, even within the same statement.
--tc-heuristic-recover=name Decision to use in heuristic recover process.
Possible values are COMMIT or ROLLBACK.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5564,8 +5550,8 @@
for reuse. --thread_concurrency=# Permits the application to give the
threads system a hint for the desired number of threads that should be run
at the same time.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5581,8 +5567,8 @@
<mysqloption id="table_definition_cache">
<name>table_definition_cache</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5594,8 +5580,8 @@
<name>table_lock_wait_timeout</name>
<shortdescription>Timeout in seconds to wait for a table level lock before
returning an error. Used only if the connection has active cursors.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5610,8 +5596,8 @@
<mysqloption id="table_open_cache">
<name>table_open_cache</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5623,8 +5609,8 @@
<name>tc-heuristic-recover</name>
<shortdescription>Decision to use in heuristic recover process. Possible
values are COMMIT or ROLLBACK.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5640,8 +5626,8 @@
<name>temp-pool</name>
<shortdescription>Using this option will cause most temporary files created
to use a small set of names, rather than a unique name for each new file.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5657,8 +5643,8 @@
<mysqloption id="thread_cache_size">
<name>thread_cache_size</name>
<shortdescription>How many threads we should keep in a cache for reuse.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5675,8 +5661,8 @@
<name>thread_concurrency</name>
<shortdescription>Permits the application to give the threads system a hint
for the desired number of threads that should be run at the same time.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5692,8 +5678,8 @@
<mysqloption id="thread_stack">
<name>thread_stack</name>
<shortdescription>The stack size for each thread.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5709,8 +5695,8 @@
<mysqloption id="time_format">
<name>time_format</name>
<shortdescription>The TIME format (for future).</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5727,8 +5713,8 @@
<name>timed_mutexes</name>
<shortdescription>Specify whether to time mutexes (only InnoDB mutexes are
currently supported)</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5752,8 +5738,8 @@
clause for updating. 0 = NO = Prohibit update of a VIEW, which does not
contain a key of the underlying table and the query uses a LIMIT clause
(usually get from GUI tools).</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5772,8 +5758,8 @@
<shortdescription>Path for temporary files. Several paths may be specified,
separated by a colon (:), in this case they are used in a round-robin
fashion. --transaction-isolation=name Default transaction isolation level.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5791,8 +5777,8 @@
<mysqloption id="transaction-isolation">
<name>transaction-isolation</name>
<shortdescription>Default transaction isolation level.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5807,8 +5793,8 @@
<name>transaction_alloc_block_size</name>
<shortdescription>Allocation block size for transactions to be stored in
binary log</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5825,8 +5811,8 @@
<name>transaction_prealloc_size</name>
<shortdescription>Persistent buffer for transactions to be stored in binary
log</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5846,8 +5832,8 @@
with a LIMIT clause for updating. 0 = NO = Prohibit update of a VIEW,
which does not contain a key of the underlying table and the query uses a
LIMIT clause (usually get from GUI tools).</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5862,8 +5848,8 @@
<mysqloption id="use-symbolic-links">
<name>use-symbolic-links</name>
<shortdescription>Enable symbolic link support. Deprecated option; use</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5882,8 +5868,8 @@
<mysqloption id="user">
<name>user</name>
<shortdescription>Run mysqld daemon as user.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5900,8 +5886,8 @@
<mysqloption id="verbose">
<name>verbose</name>
<shortdescription>Used with --help option for detailed help</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5919,8 +5905,8 @@
<mysqloption id="version">
<name>version</name>
<shortdescription>Output version information and exit.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5938,8 +5924,8 @@
<name>wait_timeout</name>
<shortdescription>The number of seconds the server waits for activity on a
connection before closing it.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5954,8 +5940,8 @@
<mysqloption id="warnings">
<name>warnings</name>
<shortdescription>Deprecated; use --log-warnings instead.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -5973,8 +5959,8 @@
<mysqloption id="with-debug">
<name>with-debug</name>
<shortdescription>option.</shortdescription>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6042,8 +6028,8 @@
<mysqloption id="Bytes_received">
<name>Bytes_received</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6054,8 +6040,8 @@
<mysqloption id="Bytes_sent">
<name>Bytes_sent</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6066,8 +6052,8 @@
<mysqloption id="Com_admin_commands">
<name>Com_admin_commands</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6078,8 +6064,8 @@
<mysqloption id="Com_alter_db">
<name>Com_alter_db</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6090,8 +6076,8 @@
<mysqloption id="Com_alter_event">
<name>Com_alter_event</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6102,8 +6088,8 @@
<mysqloption id="Com_alter_table">
<name>Com_alter_table</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6114,8 +6100,8 @@
<mysqloption id="Com_analyze">
<name>Com_analyze</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6126,8 +6112,8 @@
<mysqloption id="Com_backup_table">
<name>Com_backup_table</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6138,8 +6124,8 @@
<mysqloption id="Com_begin">
<name>Com_begin</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6150,8 +6136,8 @@
<mysqloption id="Com_change_db">
<name>Com_change_db</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6162,8 +6148,8 @@
<mysqloption id="Com_change_master">
<name>Com_change_master</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6174,8 +6160,8 @@
<mysqloption id="Com_check">
<name>Com_check</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6186,8 +6172,8 @@
<mysqloption id="Com_checksum">
<name>Com_checksum</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6198,8 +6184,8 @@
<mysqloption id="Com_commit">
<name>Com_commit</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6210,8 +6196,8 @@
<mysqloption id="Com_create_db">
<name>Com_create_db</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6222,8 +6208,8 @@
<mysqloption id="Com_create_event">
<name>Com_create_event</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6234,8 +6220,8 @@
<mysqloption id="Com_create_function">
<name>Com_create_function</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6246,8 +6232,8 @@
<mysqloption id="Com_create_index">
<name>Com_create_index</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6258,8 +6244,8 @@
<mysqloption id="Com_create_table">
<name>Com_create_table</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6270,8 +6256,8 @@
<mysqloption id="Com_dealloc_sql">
<name>Com_dealloc_sql</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6282,8 +6268,8 @@
<mysqloption id="Com_delete">
<name>Com_delete</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6294,8 +6280,8 @@
<mysqloption id="Com_delete_multi">
<name>Com_delete_multi</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6306,8 +6292,8 @@
<mysqloption id="Com_do">
<name>Com_do</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6318,8 +6304,8 @@
<mysqloption id="Com_drop_db">
<name>Com_drop_db</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6330,8 +6316,8 @@
<mysqloption id="Com_drop_event">
<name>Com_drop_event</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6342,8 +6328,8 @@
<mysqloption id="Com_drop_function">
<name>Com_drop_function</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6354,8 +6340,8 @@
<mysqloption id="Com_drop_index">
<name>Com_drop_index</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6366,8 +6352,8 @@
<mysqloption id="Com_drop_table">
<name>Com_drop_table</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6378,8 +6364,8 @@
<mysqloption id="Com_drop_user">
<name>Com_drop_user</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6390,8 +6376,8 @@
<mysqloption id="Com_execute_sql">
<name>Com_execute_sql</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6402,8 +6388,8 @@
<mysqloption id="Com_flush">
<name>Com_flush</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6414,8 +6400,8 @@
<mysqloption id="Com_grant">
<name>Com_grant</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6426,8 +6412,8 @@
<mysqloption id="Com_ha_close">
<name>Com_ha_close</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6438,8 +6424,8 @@
<mysqloption id="Com_ha_open">
<name>Com_ha_open</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6450,8 +6436,8 @@
<mysqloption id="Com_ha_read">
<name>Com_ha_read</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6462,8 +6448,8 @@
<mysqloption id="Com_help">
<name>Com_help</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6474,8 +6460,8 @@
<mysqloption id="Com_insert">
<name>Com_insert</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6486,8 +6472,8 @@
<mysqloption id="Com_insert_select">
<name>Com_insert_select</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6498,8 +6484,8 @@
<mysqloption id="Com_kill">
<name>Com_kill</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6510,8 +6496,8 @@
<mysqloption id="Com_load">
<name>Com_load</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6522,8 +6508,8 @@
<mysqloption id="Com_load_master_data">
<name>Com_load_master_data</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6534,8 +6520,8 @@
<mysqloption id="Com_load_master_table">
<name>Com_load_master_table</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6546,8 +6532,8 @@
<mysqloption id="Com_lock_tables">
<name>Com_lock_tables</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6558,8 +6544,8 @@
<mysqloption id="Com_optimize">
<name>Com_optimize</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6570,8 +6556,8 @@
<mysqloption id="Com_preload_keys">
<name>Com_preload_keys</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6582,8 +6568,8 @@
<mysqloption id="Com_prepare_sql">
<name>Com_prepare_sql</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6594,8 +6580,8 @@
<mysqloption id="Com_purge">
<name>Com_purge</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6606,8 +6592,8 @@
<mysqloption id="Com_purge_before_date">
<name>Com_purge_before_date</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6618,8 +6604,8 @@
<mysqloption id="Com_rename_table">
<name>Com_rename_table</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6630,8 +6616,8 @@
<mysqloption id="Com_repair">
<name>Com_repair</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6642,8 +6628,8 @@
<mysqloption id="Com_replace">
<name>Com_replace</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6654,8 +6640,8 @@
<mysqloption id="Com_replace_select">
<name>Com_replace_select</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6666,8 +6652,8 @@
<mysqloption id="Com_reset">
<name>Com_reset</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6678,8 +6664,8 @@
<mysqloption id="Com_restore_table">
<name>Com_restore_table</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6690,8 +6676,8 @@
<mysqloption id="Com_revoke">
<name>Com_revoke</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6702,8 +6688,8 @@
<mysqloption id="Com_revoke_all">
<name>Com_revoke_all</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6714,8 +6700,8 @@
<mysqloption id="Com_rollback">
<name>Com_rollback</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6726,8 +6712,8 @@
<mysqloption id="Com_savepoint">
<name>Com_savepoint</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6738,8 +6724,8 @@
<mysqloption id="Com_select">
<name>Com_select</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6750,8 +6736,8 @@
<mysqloption id="Com_set_option">
<name>Com_set_option</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6762,8 +6748,8 @@
<mysqloption id="Com_show_binlog_events">
<name>Com_show_binlog_events</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6774,8 +6760,8 @@
<mysqloption id="Com_show_binlogs">
<name>Com_show_binlogs</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6786,8 +6772,8 @@
<mysqloption id="Com_show_charsets">
<name>Com_show_charsets</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6798,8 +6784,8 @@
<mysqloption id="Com_show_collations">
<name>Com_show_collations</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6810,8 +6796,8 @@
<mysqloption id="Com_show_column_types">
<name>Com_show_column_types</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6822,8 +6808,8 @@
<mysqloption id="Com_show_create_db">
<name>Com_show_create_db</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6834,8 +6820,8 @@
<mysqloption id="Com_show_create_event">
<name>Com_show_create_event</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6846,8 +6832,8 @@
<mysqloption id="Com_show_create_table">
<name>Com_show_create_table</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6858,8 +6844,8 @@
<mysqloption id="Com_show_databases">
<name>Com_show_databases</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6870,8 +6856,8 @@
<mysqloption id="Com_show_engine_logs">
<name>Com_show_engine_logs</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6882,8 +6868,8 @@
<mysqloption id="Com_show_engine_mutex">
<name>Com_show_engine_mutex</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6894,8 +6880,8 @@
<mysqloption id="Com_show_engine_status">
<name>Com_show_engine_status</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6906,8 +6892,8 @@
<mysqloption id="Com_show_errors">
<name>Com_show_errors</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6918,8 +6904,8 @@
<mysqloption id="Com_show_events">
<name>Com_show_events</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6930,8 +6916,8 @@
<mysqloption id="Com_show_fields">
<name>Com_show_fields</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6942,8 +6928,8 @@
<mysqloption id="Com_show_grants">
<name>Com_show_grants</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6954,8 +6940,8 @@
<mysqloption id="Com_show_keys">
<name>Com_show_keys</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6966,8 +6952,8 @@
<mysqloption id="Com_show_master_status">
<name>Com_show_master_status</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6978,8 +6964,8 @@
<mysqloption id="Com_show_new_master">
<name>Com_show_new_master</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -6990,8 +6976,8 @@
<mysqloption id="Com_show_open_tables">
<name>Com_show_open_tables</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7002,8 +6988,8 @@
<mysqloption id="Com_show_plugins">
<name>Com_show_plugins</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7014,8 +7000,8 @@
<mysqloption id="Com_show_privileges">
<name>Com_show_privileges</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7026,8 +7012,8 @@
<mysqloption id="Com_show_processlist">
<name>Com_show_processlist</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7038,8 +7024,8 @@
<mysqloption id="Com_show_slave_hosts">
<name>Com_show_slave_hosts</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7050,8 +7036,8 @@
<mysqloption id="Com_show_slave_status">
<name>Com_show_slave_status</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7062,8 +7048,8 @@
<mysqloption id="Com_show_status">
<name>Com_show_status</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7074,8 +7060,8 @@
<mysqloption id="Com_show_storage_engines">
<name>Com_show_storage_engines</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7086,8 +7072,8 @@
<mysqloption id="Com_show_tables">
<name>Com_show_tables</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7098,8 +7084,8 @@
<mysqloption id="Com_show_triggers">
<name>Com_show_triggers</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7110,8 +7096,8 @@
<mysqloption id="Com_show_variables">
<name>Com_show_variables</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7122,8 +7108,8 @@
<mysqloption id="Com_show_warnings">
<name>Com_show_warnings</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7134,8 +7120,8 @@
<mysqloption id="Com_slave_start">
<name>Com_slave_start</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7146,8 +7132,8 @@
<mysqloption id="Com_slave_stop">
<name>Com_slave_stop</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7158,8 +7144,8 @@
<mysqloption id="Com_stmt_close">
<name>Com_stmt_close</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7170,8 +7156,8 @@
<mysqloption id="Com_stmt_execute">
<name>Com_stmt_execute</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7182,8 +7168,8 @@
<mysqloption id="Com_stmt_fetch">
<name>Com_stmt_fetch</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7194,8 +7180,8 @@
<mysqloption id="Com_stmt_prepare">
<name>Com_stmt_prepare</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7206,8 +7192,8 @@
<mysqloption id="Com_stmt_reset">
<name>Com_stmt_reset</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7218,8 +7204,8 @@
<mysqloption id="Com_stmt_send_long_data">
<name>Com_stmt_send_long_data</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7230,8 +7216,8 @@
<mysqloption id="Com_truncate">
<name>Com_truncate</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7242,8 +7228,8 @@
<mysqloption id="Com_unlock_tables">
<name>Com_unlock_tables</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7254,8 +7240,8 @@
<mysqloption id="Com_update">
<name>Com_update</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7266,8 +7252,8 @@
<mysqloption id="Com_update_multi">
<name>Com_update_multi</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7278,8 +7264,8 @@
<mysqloption id="Com_xa_commit">
<name>Com_xa_commit</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7290,8 +7276,8 @@
<mysqloption id="Com_xa_end">
<name>Com_xa_end</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7302,8 +7288,8 @@
<mysqloption id="Com_xa_prepare">
<name>Com_xa_prepare</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7314,8 +7300,8 @@
<mysqloption id="Com_xa_recover">
<name>Com_xa_recover</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7326,8 +7312,8 @@
<mysqloption id="Com_xa_rollback">
<name>Com_xa_rollback</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7338,8 +7324,8 @@
<mysqloption id="Com_xa_start">
<name>Com_xa_start</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7350,8 +7336,8 @@
<mysqloption id="Compression">
<name>Compression</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7362,8 +7348,8 @@
<mysqloption id="Connections">
<name>Connections</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7374,8 +7360,8 @@
<mysqloption id="Created_tmp_disk_tables">
<name>Created_tmp_disk_tables</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7386,8 +7372,8 @@
<mysqloption id="Created_tmp_files">
<name>Created_tmp_files</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7398,8 +7384,8 @@
<mysqloption id="Created_tmp_tables">
<name>Created_tmp_tables</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7410,8 +7396,8 @@
<mysqloption id="Delayed_errors">
<name>Delayed_errors</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7422,8 +7408,8 @@
<mysqloption id="Delayed_insert_threads">
<name>Delayed_insert_threads</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7434,8 +7420,8 @@
<mysqloption id="Delayed_writes">
<name>Delayed_writes</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7446,8 +7432,8 @@
<mysqloption id="Flush_commands">
<name>Flush_commands</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7458,8 +7444,8 @@
<mysqloption id="Handler_commit">
<name>Handler_commit</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7470,8 +7456,8 @@
<mysqloption id="Handler_delete">
<name>Handler_delete</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7482,8 +7468,8 @@
<mysqloption id="Handler_discover">
<name>Handler_discover</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7494,8 +7480,8 @@
<mysqloption id="Handler_prepare">
<name>Handler_prepare</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7506,8 +7492,8 @@
<mysqloption id="Handler_read_first">
<name>Handler_read_first</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7518,8 +7504,8 @@
<mysqloption id="Handler_read_key">
<name>Handler_read_key</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7530,8 +7516,8 @@
<mysqloption id="Handler_read_next">
<name>Handler_read_next</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7542,8 +7528,8 @@
<mysqloption id="Handler_read_prev">
<name>Handler_read_prev</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7554,8 +7540,8 @@
<mysqloption id="Handler_read_rnd">
<name>Handler_read_rnd</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7566,8 +7552,8 @@
<mysqloption id="Handler_read_rnd_next">
<name>Handler_read_rnd_next</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7578,8 +7564,8 @@
<mysqloption id="Handler_rollback">
<name>Handler_rollback</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7590,8 +7576,8 @@
<mysqloption id="Handler_savepoint">
<name>Handler_savepoint</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7602,8 +7588,8 @@
<mysqloption id="Handler_savepoint_rollback">
<name>Handler_savepoint_rollback</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7614,8 +7600,8 @@
<mysqloption id="Handler_update">
<name>Handler_update</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7626,8 +7612,8 @@
<mysqloption id="Handler_write">
<name>Handler_write</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7638,8 +7624,8 @@
<mysqloption id="Key_blocks_not_flushed">
<name>Key_blocks_not_flushed</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7650,8 +7636,8 @@
<mysqloption id="Key_blocks_unused">
<name>Key_blocks_unused</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7662,8 +7648,8 @@
<mysqloption id="Key_blocks_used">
<name>Key_blocks_used</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7674,8 +7660,8 @@
<mysqloption id="Key_read_requests">
<name>Key_read_requests</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7686,8 +7672,8 @@
<mysqloption id="Key_reads">
<name>Key_reads</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7698,8 +7684,8 @@
<mysqloption id="Key_write_requests">
<name>Key_write_requests</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7710,8 +7696,8 @@
<mysqloption id="Key_writes">
<name>Key_writes</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7722,8 +7708,8 @@
<mysqloption id="Last_query_cost">
<name>Last_query_cost</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7734,8 +7720,8 @@
<mysqloption id="Max_used_connections">
<name>Max_used_connections</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7746,8 +7732,8 @@
<mysqloption id="Not_flushed_delayed_rows">
<name>Not_flushed_delayed_rows</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7758,8 +7744,8 @@
<mysqloption id="Open_files">
<name>Open_files</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7770,8 +7756,8 @@
<mysqloption id="Open_streams">
<name>Open_streams</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7782,8 +7768,8 @@
<mysqloption id="Open_table_definitions">
<name>Open_table_definitions</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7794,8 +7780,8 @@
<mysqloption id="Open_tables">
<name>Open_tables</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7806,8 +7792,8 @@
<mysqloption id="Opened_tables">
<name>Opened_tables</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7818,8 +7804,8 @@
<mysqloption id="Qcache_free_blocks">
<name>Qcache_free_blocks</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7830,8 +7816,8 @@
<mysqloption id="Qcache_free_memory">
<name>Qcache_free_memory</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7842,8 +7828,8 @@
<mysqloption id="Qcache_hits">
<name>Qcache_hits</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7854,8 +7840,8 @@
<mysqloption id="Qcache_inserts">
<name>Qcache_inserts</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7866,8 +7852,8 @@
<mysqloption id="Qcache_lowmem_prunes">
<name>Qcache_lowmem_prunes</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7878,8 +7864,8 @@
<mysqloption id="Qcache_not_cached">
<name>Qcache_not_cached</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7890,8 +7876,8 @@
<mysqloption id="Qcache_queries_in_cache">
<name>Qcache_queries_in_cache</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7902,8 +7888,8 @@
<mysqloption id="Qcache_total_blocks">
<name>Qcache_total_blocks</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7914,8 +7900,8 @@
<mysqloption id="Questions">
<name>Questions</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7926,8 +7912,8 @@
<mysqloption id="Rpl_status">
<name>Rpl_status</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7938,8 +7924,8 @@
<mysqloption id="Select_full_join">
<name>Select_full_join</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7950,8 +7936,8 @@
<mysqloption id="Select_full_range_join">
<name>Select_full_range_join</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7962,8 +7948,8 @@
<mysqloption id="Select_range">
<name>Select_range</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7974,8 +7960,8 @@
<mysqloption id="Select_range_check">
<name>Select_range_check</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7986,8 +7972,8 @@
<mysqloption id="Select_scan">
<name>Select_scan</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -7998,8 +7984,8 @@
<mysqloption id="Slave_open_temp_tables">
<name>Slave_open_temp_tables</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -8010,8 +7996,8 @@
<mysqloption id="Slave_retried_transactions">
<name>Slave_retried_transactions</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -8022,8 +8008,8 @@
<mysqloption id="Slave_running">
<name>Slave_running</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -8034,8 +8020,8 @@
<mysqloption id="Slow_launch_threads">
<name>Slow_launch_threads</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -8046,8 +8032,8 @@
<mysqloption id="Slow_queries">
<name>Slow_queries</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -8058,8 +8044,8 @@
<mysqloption id="Sort_merge_passes">
<name>Sort_merge_passes</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -8070,8 +8056,8 @@
<mysqloption id="Sort_range">
<name>Sort_range</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -8082,8 +8068,8 @@
<mysqloption id="Sort_rows">
<name>Sort_rows</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -8094,8 +8080,8 @@
<mysqloption id="Sort_scan">
<name>Sort_scan</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -8106,8 +8092,8 @@
<mysqloption id="Table_locks_immediate">
<name>Table_locks_immediate</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -8118,8 +8104,8 @@
<mysqloption id="Table_locks_waited">
<name>Table_locks_waited</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -8130,8 +8116,8 @@
<mysqloption id="Tc_log_max_pages_used">
<name>Tc_log_max_pages_used</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -8142,8 +8128,8 @@
<mysqloption id="Tc_log_page_size">
<name>Tc_log_page_size</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -8154,8 +8140,8 @@
<mysqloption id="Tc_log_page_waits">
<name>Tc_log_page_waits</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -8166,8 +8152,8 @@
<mysqloption id="Threads_cached">
<name>Threads_cached</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -8178,8 +8164,8 @@
<mysqloption id="Threads_connected">
<name>Threads_connected</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -8190,8 +8176,8 @@
<mysqloption id="Threads_created">
<name>Threads_created</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -8202,8 +8188,8 @@
<mysqloption id="Threads_running">
<name>Threads_running</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
@@ -8214,8 +8200,8 @@
<mysqloption id="Uptime">
<name>Uptime</name>
<shortdescription/>
- <section/>
- <opclass/>
+ <section id="mysqld"/>
+ <opclass class="server"/>
<engines includes="all"/>
<platforms>All</platforms>
<types>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r3170 - trunk/mysqld-optvars | mcbrown | 31 Aug |