List:Commits« Previous MessageNext Message »
From:plavin Date:December 5 2007 2:58pm
Subject:svn commit - mysqldoc@docsrva: r9120 - trunk/refman-6.0
View as plain text  
Author: plavin
Date: 2007-12-05 15:58:25 +0100 (Wed, 05 Dec 2007)
New Revision: 9120

Log:
Add tables to command options 


Modified:
   trunk/refman-6.0/dba-core.xml


Modified: trunk/refman-6.0/dba-core.xml
===================================================================
--- trunk/refman-6.0/dba-core.xml	2007-12-05 14:32:28 UTC (rev 9119)
+++ trunk/refman-6.0/dba-core.xml	2007-12-05 14:58:25 UTC (rev 9120)
Changed blocks: 99, Lines Added: 200, Lines Deleted: 1; 33848 bytes

@@ -572,6 +572,8 @@
               <option>--help</option>, <option>-?</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:help"/>
+
             <para>
               Display a short help message and exit. Use both the
               <option>--verbose</option> and <option>--help</option>

@@ -594,6 +596,8 @@
               <option>--abort-slave-event-count</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:abort-slave-event-count"/>
+
             <para>
               This option is used internally by the MySQL test suite for
               replication testing and debugging.

@@ -615,6 +619,8 @@
               <option>--allow-suspicious-udfs</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:allow-suspicious-udfs"/>
+
             <para>
               This option controls whether user-defined functions that
               have only an <literal>xxx</literal> symbol for the main

@@ -641,6 +647,8 @@
               <option>--ansi</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:ansi"/>
+
             <para>
               Use standard (ANSI) SQL syntax instead of MySQL syntax.
               For more precise control over the server SQL mode, use the

@@ -666,6 +674,8 @@
               <option>-b <replaceable>path</replaceable></option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:basedir"/>
+
             <para>
               The path to the MySQL installation directory. All paths
               are usually resolved relative to this directory.

@@ -677,6 +687,8 @@
               <option>big-tables</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:big-tables"/>
+
             <para>
               Allow large result sets by saving all temporary sets in
               files. This option prevents most <quote>table full</quote>

@@ -703,6 +715,8 @@
               <option>--bind-address=<replaceable>IP</replaceable></option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:bind-address"/>
+
             <para>
               The IP address to bind to. Only one address can be
               selected. If this option is specified multiple times, the

@@ -725,6 +739,8 @@
               <option>--binlog-format={row|statement|mixed}</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:binlog-format"/>
+
             <para>
               Specify whether to use row-based, statement-based, or
               mixed replication (statement-based is default). See

@@ -747,6 +763,8 @@
               <option>--binlog-row-event-max-size=<replaceable>N</replaceable></option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:binlog-row-event-max-size"/>
+
             <para>
               Specify the maximum size of a row-based binary log event,
               in bytes. Rows are grouped into events smaller than this

@@ -771,6 +789,8 @@
               <option>--bootstrap</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:bootstrap"/>
+
             <para>
               This option is used by the
               <command>mysql_install_db</command> script to create the

@@ -800,6 +820,8 @@
               <option>--character-sets-dir=<replaceable>path</replaceable></option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:character-sets-dir"/>
+
             <para>
               The directory where character sets are installed. See
               <xref linkend="charset-configuration"/>.

@@ -821,6 +843,8 @@
               <option>--character-set-client-handshake</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:character-set-client-handshake"/>
+
             <para>
               Don't ignore character set information sent by the client.
               To ignore client information and use the default server

@@ -845,6 +869,8 @@
               <option>--character-set-filesystem=<replaceable>charset_name</replaceable></option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:character-set-filesystem"/>
+
             <para>
               The filesystem character set. This option sets the
               <literal>character_set_filesystem</literal> system

@@ -869,6 +895,8 @@
               <replaceable>charset_name</replaceable></option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:character-set-server"/>
+
             <para>
               Use <replaceable>charset_name</replaceable> as the default
               server character set. See

@@ -894,6 +922,8 @@
               <option>--chroot=<replaceable>path</replaceable></option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:chroot"/>
+
             <para>
               Put the <command>mysqld</command> server in a closed
               environment during startup by using the

@@ -919,6 +949,8 @@
               <option>--collation-server=<replaceable>collation_name</replaceable></option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:collation-server"/>
+
             <para>
               Use <replaceable>collation_name</replaceable> as the
               default server collation. See

@@ -941,6 +973,8 @@
               <option>--console</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:console"/>
+
             <para>
               (Windows only.) Write error log messages to
               <literal>stderr</literal> and <literal>stdout</literal>

@@ -965,6 +999,8 @@
               <option>--core-file</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:core-file"/>
+
             <para>
               Write a core file if <command>mysqld</command> dies. For
               some systems, you must also specify the

@@ -992,6 +1028,8 @@
               <option>-h <replaceable>path</replaceable></option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:datadir"/>
+
             <para>
               The path to the data directory.
             </para>

@@ -1014,6 +1052,8 @@
               [<replaceable>debug_options</replaceable>]</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:debug"/>
+
             <para>
               If MySQL is configured with <option>--with-debug</option>,
               you can use this option to get a trace file of what

@@ -1053,6 +1093,8 @@
               (<emphasis>DEPRECATED</emphasis>)
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:default-character-set"/>
+
             <para>
               Use <replaceable>charset_name</replaceable> as the default
               character set. This option is deprecated in favor of

@@ -1076,6 +1118,8 @@
               <option>--default-collation=<replaceable>collation_name</replaceable></option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:default-collation"/>
+
             <para>
               Use <replaceable>collation_name</replaceable> as the
               default collation. This option is deprecated in favor of

@@ -1099,6 +1143,8 @@
               <option>--default-storage-engine=<replaceable>type</replaceable></option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:default-storage-engine"/>
+
             <para>
               Set the default storage engine (table type) for tables.
               See <xref linkend="storage-engines"/>.

@@ -1120,6 +1166,8 @@
               <option>--default-table-type=<replaceable>type</replaceable></option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:default-table-type"/>
+
             <para>
               This option is a synonym for
               <option>--default-storage-engine</option>.

@@ -1141,6 +1189,8 @@
               <option>--default-time-zone=<replaceable>timezone</replaceable></option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:default-time-zone"/>
+
             <para>
               Set the default server time zone. This option sets the
               global <literal>time_zone</literal> system variable. If

@@ -1165,6 +1215,8 @@
               <option>--delay-key-write[={OFF|ON|ALL}]</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:delay-key-write"/>
+
             <para>
               Specify how to use delayed key writes. Delayed key writing
               causes key buffers not to be flushed between writes for

@@ -1204,6 +1256,8 @@
               <option>--des-key-file=<replaceable>file_name</replaceable></option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:des-key-file"/>
+
             <para>
               Read the default DES keys from this file. These keys are
               used by the <function role="sql">DES_ENCRYPT()</function>

@@ -1227,6 +1281,8 @@
               <option>--disconnect-slave-event-count</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:disconnect-slave-event-count"/>
+
             <para>
               This option is used internally by the MySQL test suite for
               replication testing and debugging.

@@ -1298,6 +1354,8 @@
               <option>-T [<replaceable>flags</replaceable>]</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:exit-info"/>
+
             <para>
               This is a bit mask of different flags that you can use for
               debugging the <command>mysqld</command> server. Do not use

@@ -1330,6 +1388,8 @@
               <option>--external-locking</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:external-locking"/>
+
             <para>
               Enable external locking (system locking), which is
               disabled by default as of MySQL 4.0. Note that if you use

@@ -1347,7 +1407,7 @@
           </listitem>
 
           <listitem>
-            <para>
+            <para id="option_mysqld_flush">
               <indexterm>
                 <primary>mysqld</primary>
                 <secondary>flush option</secondary>

@@ -1361,6 +1421,8 @@
               <option>--flush</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:flush"/>
+
             <para>
               Flush (synchronize) all changes to disk after each SQL
               statement. Normally, MySQL does a write of all changes to

@@ -1385,6 +1447,8 @@
               <option>--general-log[={0|1}]</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:general-log"/>
+
             <para>
               Specify the initial general log state, if the
               <option>--log</option> or <option>-l</option> option is

@@ -1412,6 +1476,8 @@
               <option>--enable-pstack</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:enable-pstack"/>
+
             <para>
               Print a symbolic stack trace on failure.
             </para>

@@ -1432,6 +1498,8 @@
               <option>--gdb</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:gdb"/>
+
             <para>
               Install an interrupt handler for <literal>SIGINT</literal>
               (needed to stop <command>mysqld</command> with

@@ -1457,6 +1525,8 @@
               <option>--init-file=<replaceable>file_name</replaceable></option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:init-file"/>
+
             <para>
               Read SQL statements from this file at startup. Each
               statement must be on a single line and should not include

@@ -1497,6 +1567,8 @@
               -L <replaceable>lang_name</replaceable></option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:language"/>
+
             <para>
               Return client error messages in the given language.
               <replaceable>lang_name</replaceable> can be given as the

@@ -1521,6 +1593,8 @@
               <option>--large-pages</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:large-pages"/>
+
             <para>
               Some hardware/operating system architectures support
               memory pages greater than the default (usually 4KB). The

@@ -1566,6 +1640,8 @@
               <option>-l [<replaceable>file_name</replaceable>]</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:log"/>
+
             <para>
               This option enables logging to the general query log,
               which contains entries that record client connections and

@@ -1592,6 +1668,8 @@
               <option>--log-bin[=<replaceable>base_name</replaceable>]</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:log-bin"/>
+
             <para>
               Enable binary logging. The server logs all statements that
               change data to the binary log, which is used for backup

@@ -1625,6 +1703,8 @@
               <option>--log-bin-index[=<replaceable>file_name</replaceable>]</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:log-bin-index"/>
+
             <para>
               The index file for binary log filenames. See
               <xref linkend="binary-log"/>. If you omit the filename,

@@ -1650,6 +1730,8 @@
               <option>--log-bin-trust-function-creators[={0|1}]</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:log-bin-trust-function-creators"/>
+
             <para>
               With no argument or an argument of 1, this option sets the
               <literal>log_bin_trust_function_creators</literal> system

@@ -1676,6 +1758,8 @@
               <option>--log-error[=<replaceable>file_name</replaceable>]</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:log-error"/>
+
             <para>
               Log errors and startup messages to this file. See
               <xref linkend="error-log"/>. If you omit the filename,

@@ -1701,6 +1785,8 @@
               <option>--log-isam[=<replaceable>file_name</replaceable>]</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:log-isam"/>
+
             <para>
               Log all <literal>MyISAM</literal> changes to this file
               (used only when debugging <literal>MyISAM</literal>).

@@ -1723,6 +1809,8 @@
               (<emphasis>DEPRECATED</emphasis>)
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:log-long-format"/>
+
             <para>
               Log extra information to the binary log and slow query
               log, if they have been activated. For example, the

@@ -1751,6 +1839,8 @@
               <option>--log-output[=<replaceable>value</replaceable>,...]</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:log-output"/>
+
             <para>
               This option determines the destination for general query
               log and slow query log output. The option value can be

@@ -1779,6 +1869,11 @@
               <option>--log-slow-queries</option> options. For more
               information, see <xref linkend="log-tables"/>.
             </para>
+
+            <para>
+              The <option>--log-output</option> option was added in
+              MySQL 5.1.6.
+            </para>
           </listitem>
 
           <listitem>

@@ -1796,6 +1891,8 @@
               <option>--log-queries-not-using-indexes</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:log-queries-not-using-indexes"/>
+
             <para>
               If you are using this option with
               <option>--log-slow-queries</option>, queries that do not

@@ -1819,6 +1916,8 @@
               <option>--log-short-format</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:log-short-format"/>
+
             <para>
               Log less information to the binary log and slow query log,
               if they have been activated. For example, the username and

@@ -1841,6 +1940,8 @@
               <option>--log-slow-admin-statements</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:log-slow-admin-statements"/>
+
             <para>
               Log slow administrative statements such as
               <literal>OPTIMIZE TABLE</literal>, <literal>ANALYZE

@@ -1864,6 +1965,8 @@
               <option>--log-slow-queries[=<replaceable>file_name</replaceable>]</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:log-slow-queries"/>
+
             <para>
               This option enables logging to the slow query log, which
               contains entries for all queries that have taken more than

@@ -1898,6 +2001,8 @@
               <option>--log-slow-slave-statements</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:log-slow-slave-statements"/>
+
             <para>
               When the slow query log is enabled, this option enables
               logging for queries that have taken more than

@@ -1925,6 +2030,8 @@
               <option>--log-tc=<replaceable>file_name</replaceable></option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:log-tc"/>
+
             <para>
               The name of the memory-mapped transaction coordinator log
               file (for XA transactions that affect multiple storage

@@ -1950,6 +2057,8 @@
               <option>--log-tc-size=<replaceable>size</replaceable></option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:log-tc-size"/>
+
             <para>
               The size in bytes of the memory-mapped transaction
               coordinator log. The default size is 24KB.

@@ -1972,6 +2081,8 @@
               <option>-W [<replaceable>level</replaceable>]</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:log-warnings"/>
+
             <para>
               Print out warnings such as <literal>Aborted
               connection...</literal> to the error log. Enabling this

@@ -2003,6 +2114,8 @@
               <option>--low-priority-updates</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:low-priority-updates"/>
+
             <para>
               Give table-modifying operations
               (<literal>INSERT</literal>, <literal>REPLACE</literal>,

@@ -2034,6 +2147,8 @@
               <option>--min-examined-row-limit=<replaceable>number</replaceable></option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:min-examined-row-limit"/>
+
             <para>
               When this option is set, queries which examine fewer than
               <replaceable>number</replaceable> rows are not written to

@@ -2060,6 +2175,8 @@
               <option>--max-binlog-dump-events</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:max-binlog-dump-events"/>
+
             <para>
               This option is used internally by the MySQL test suite for
               replication testing and debugging.

@@ -2081,6 +2198,8 @@
               <option>--memlock</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:memlock"/>
+
             <para>
               Lock the <command>mysqld</command> process in memory. This
               works on systems such as Solaris that support the

@@ -2109,6 +2228,8 @@
               <option>--myisam-recover[=<replaceable>option</replaceable>[,<replaceable>option</replaceable>]...]]</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:myisam-recover"/>
+
             <para>
               Set the <literal>MyISAM</literal> storage engine recovery
               mode. The option value is any combination of the values of

@@ -2195,6 +2316,8 @@
               <option>--ndb-connectstring=<replaceable>connect_string</replaceable></option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:ndb-connectstring"/>
+
             <para>
               When using the <literal>NDB</literal> storage engine, it
               is possible to point out the management server that

@@ -2219,6 +2342,8 @@
               <option>--ndbcluster</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:ndbcluster"/>
+
             <para>
               If the binary includes support for the <literal>NDB
               Cluster</literal> storage engine, this option enables the

@@ -2242,6 +2367,8 @@
               <option>--old-passwords</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:old-passwords"/>
+
             <para>
               Force the server to generate short (pre-4.1) password
               hashes for new passwords. This is useful for compatibility

@@ -2265,6 +2392,8 @@
               <option>--old-style-user-limits</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:old-style-user-limits"/>
+
             <para>
               Enable old-style user limits. (Before MySQL 5.0.3, account
               resource limits were counted separately for each host from

@@ -2289,6 +2418,8 @@
               <option>--one-thread</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:one-thread"/>
+
             <para>
               Only use one thread (for debugging under Linux). This
               option is available only if the server is built with

@@ -2318,6 +2449,8 @@
               <option>--open-files-limit=<replaceable>count</replaceable></option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:open-files-limit"/>
+
             <para>
               Change the number of file descriptors available to
               <command>mysqld</command>. If this option is not set or is

@@ -2349,6 +2482,8 @@
               <option>--pid-file=<replaceable>path</replaceable></option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:pid-file"/>
+
             <para>
               The pathname of the process ID file. This file is used by
               other programs such as <command>mysqld_safe</command> to

@@ -2372,6 +2507,8 @@
               <option>-P <replaceable>port_num</replaceable></option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:port"/>
+
             <para>
               The port number to use when listening for TCP/IP
               connections. The port number must be 1024 or higher unless

@@ -2420,6 +2557,8 @@
               <option>--safe-mode</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:safe-mode"/>
+
             <para>
               Skip some optimization stages.
             </para>

@@ -2441,6 +2580,8 @@
               (<emphasis>DEPRECATED</emphasis>)
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:safe-show-database"/>
+
             <para>
               See <xref linkend="privileges-provided"/>.
             </para>

@@ -2461,6 +2602,8 @@
               <option>--safe-user-create</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:safe-user-create"/>
+
             <para>
               If this option is enabled, a user cannot create new MySQL
               users by using the <literal>GRANT</literal> statement

@@ -2499,6 +2642,8 @@
               <option>--secure-auth</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:secure-auth"/>
+
             <para>
               Disallow authentication by clients that attempt to use
               accounts that have old (pre-4.1) passwords.

@@ -2520,6 +2665,8 @@
               <option>--secure-file-priv=<replaceable>path</replaceable></option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:secure-file-priv"/>
+
             <para>
               This option limits the effect of the
               <literal>LOAD_FILE()</literal> function and the

@@ -2544,6 +2691,8 @@
               <option>--shared-memory</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:shared-memory"/>
+
             <para>
               Enable shared-memory connections by local clients. This
               option is available only on Windows.

@@ -2565,6 +2714,8 @@
               <option>--shared-memory-base-name=<replaceable>name</replaceable></option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:shared-memory-base-name"/>
+
             <para>
               The name of shared memory to use for shared-memory
               connections. This option is available only on Windows. The

@@ -2588,6 +2739,8 @@
               <option>--skip-concurrent-insert</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:skip-concurrent-insert"/>
+
             <para>
               Turn off the ability to select and insert at the same time
               on <literal>MyISAM</literal> tables. (This is to be used

@@ -2620,6 +2773,8 @@
               <option>--skip-external-locking</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:skip-external-locking"/>
+
             <para>
               Do not use external locking (system locking). For more
               information about external locking, including conditions

@@ -2648,6 +2803,8 @@
               <option>--skip-grant-tables</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:skip-grant-tables"/>
+
             <para>
               This option causes the server not to use the privilege
               system at all, which gives anyone with access to the

@@ -2685,6 +2842,8 @@
               <option>--skip-host-cache</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:skip-host-cache"/>
+
             <para>
               Do not use the internal hostname cache for faster
               name-to-IP resolution. Instead, query the DNS server every

@@ -2707,6 +2866,8 @@
               <option>--skip-innodb</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:skip-innodb"/>
+
             <para>
               Disable the <literal>InnoDB</literal> storage engine. This
               saves memory and disk space and might speed up some

@@ -2730,6 +2891,8 @@
               <option>--skip-name-resolve</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:skip-name-resolve"/>
+
             <para>
               Do not resolve hostnames when checking client connections.
               Use only IP numbers. If you use this option, all

@@ -2754,6 +2917,8 @@
               <option>--skip-ndbcluster</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:skip-ndbcluster"/>
+
             <para>
               Disable the <literal>NDB Cluster</literal> storage engine.
               This is the default for binaries that were built with

@@ -2781,6 +2946,8 @@
               <option>--skip-networking</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:skip-networking"/>
+
             <para>
               Don't listen for TCP/IP connections at all. All
               interaction with <command>mysqld</command> must be made

@@ -2806,6 +2973,8 @@
               <option>--sporadic-binlog-dump-fail</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:sporadic-binlog-dump-fail"/>
+
             <para>
               This option is used internally by the MySQL test suite for
               replication testing and debugging.

@@ -2850,6 +3019,8 @@
               <option>--standalone</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:standalone"/>
+
             <para>
               Available on Windows NT-based systems only; instructs the
               MySQL server not to run as a service.

@@ -2882,6 +3053,8 @@
               <option>--skip-symbolic-links</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:symbolic-links"/>
+
             <para>
               Enable or disable symbolic link support. This option has
               different effects on Windows and Unix:

@@ -2932,6 +3105,8 @@
               <option>--skip-safemalloc</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:skip-safemalloc"/>
+
             <para>
               If MySQL is configured with
               <option>--with-debug=full</option>, all MySQL programs

@@ -2957,6 +3132,8 @@
               <option>--skip-show-database</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:skip-show-database"/>
+
             <para>
               With this option, the <literal>SHOW DATABASES</literal>
               statement is allowed only to users who have the

@@ -2986,6 +3163,8 @@
               <option>--skip-stack-trace</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:skip-stack-trace"/>
+
             <para>
               Don't write stack traces. This option is useful when you
               are running <command>mysqld</command> under a debugger. On

@@ -3011,6 +3190,8 @@
               <option>--skip-thread-priority</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:skip-thread-priority"/>
+
             <para>
               Disable using thread priorities for faster response time.
             </para>

@@ -3031,6 +3212,8 @@
               <option>--slow-query-log[={0|1}]</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:slow-query-log"/>
+
             <para>
               Specify the initial slow query log state, if the
               <option>--log-slow-queries</option> option is given. With

@@ -3091,6 +3274,8 @@
               <option>--sql-mode=<replaceable>value</replaceable>[,<replaceable>value</replaceable>[,<replaceable>value</replaceable>...]]</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:sql-mode"/>
+
             <para>
               Set the SQL mode. See <xref linkend="server-sql-mode"/>.
             </para>

@@ -3111,6 +3296,8 @@
               <option>--sysdate-is-now</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:sysdate-is-now"/>
+
             <para>
               <function role="sql">SYSDATE()</function> by default
               returns the time at which it executes, not the time at

@@ -3143,6 +3330,8 @@
               <option>--tc-heuristic-recover={COMMIT|ROLLBACK}</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:tc-heuristic-recover"/>
+
             <para>
               The type of decision to use in the heuristic recovery
               process. Currently, this option is unused.

@@ -3164,6 +3353,8 @@
               <option>--temp-pool</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:temp-pool"/>
+
             <para>
               This option causes most temporary files created by the
               server to use a small set of names, rather than a unique

@@ -3191,6 +3382,8 @@
               <option>--transaction-isolation=<replaceable>level</replaceable></option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:transaction-isolation"/>
+
             <para>
               Sets the default transaction isolation level. The
               <literal>level</literal> value can be

@@ -3218,6 +3411,8 @@
               <option>-t <replaceable>path</replaceable></option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:tmpdir"/>
+
             <para>
               The path of the directory to use for creating temporary
               files. It might be useful if your default

@@ -3259,6 +3454,8 @@
               {<replaceable>user_name</replaceable>|<replaceable>user_id</replaceable>}</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:user"/>
+
             <para>
               Run the <command>mysqld</command> server as the user
               having the name <replaceable>user_name</replaceable> or

@@ -3314,6 +3511,8 @@
               <option>--version</option>, <option>-V</option>
             </para>
 
+            <para condition="dynamic:optvar:item" role="5.1:mysqld:version"/>
+
             <para>
               Display version information and exit.
             </para>


Thread
svn commit - mysqldoc@docsrva: r9120 - trunk/refman-6.0plavin5 Dec