Author: plavin
Date: 2007-04-26 16:33:54 +0200 (Thu, 26 Apr 2007)
New Revision: 6210
Log:
remove leading space from description
Modified:
trunk/dynamic-docs/command-optvars/mysqld.xml
Modified: trunk/dynamic-docs/command-optvars/mysqld.xml
===================================================================
--- trunk/dynamic-docs/command-optvars/mysqld.xml 2007-04-26 14:22:27 UTC (rev 6209)
+++ trunk/dynamic-docs/command-optvars/mysqld.xml 2007-04-26 14:33:54 UTC (rev 6210)
Changed blocks: 55, Lines Added: 55, Lines Deleted: 55; 22920 bytes
@@ -4085,7 +4085,7 @@
<!-- checked -->
<xrefto id="optvar_event-scheduler"/>
<name>event-scheduler</name>
- <shortdescription lang="en"> Enable/disable and start/stop the event
+ <shortdescription lang="en">Enable/disable and start/stop the event
scheduler. Note that this variable underwent singificant changes in
behaviour and permitted values in MySQL 5.1.11 and 5.1.12. </shortdescription>
<types>
@@ -5287,7 +5287,7 @@
<!-- checked -->
<xrefto id="optvar_innodb_thread_concurrency"/>
<name>innodb_thread_concurrency</name>
- <shortdescription lang="en"> Sets the maximum number of threads allowed
+ <shortdescription lang="en">Sets the maximum number of threads allowed
inside InnoDB. Value 0 will disable the thread throttling</shortdescription>
<seealso xref="innodb_concurrency_tickets"/>
@@ -5558,7 +5558,7 @@
<option command="mysqld" section="server" id="last_insert_id">
<!-- checked -->
<name>last_insert_id</name>
- <shortdescription lang="en"> The most recent AUTO_INCREMENT value </shortdescription>
+ <shortdescription lang="en">The most recent AUTO_INCREMENT value </shortdescription>
<types>
<vartype class="server" isdynamic="yes" scope="session"/>
</types>
@@ -8970,7 +8970,7 @@
<option command="mysqld" section="server" id="sql_big_selects">
<!-- checked -->
<name>sql_big_selects</name>
- <shortdescription lang="en"> If set to 0, MySQL aborts SELECT statements
+ <shortdescription lang="en">If set to 0, MySQL aborts SELECT statements
that are likely to take a very long time to execute </shortdescription>
<seealso xref="max_join_size"/>
<types>
@@ -9002,7 +9002,7 @@
<option command="mysqld" section="server" id="sql_buffer_result">
<!-- checked -->
<name>sql_buffer_result</name>
- <shortdescription lang="en"> Forces the result to be put into a temporary
+ <shortdescription lang="en">Forces the result to be put into a temporary
table. </shortdescription>
<types>
<vartype class="server" isdynamic="yes" scope="session"/>
@@ -9033,7 +9033,7 @@
<option command="mysqld" section="server" id="sql_log_off">
<!-- checked -->
<name>sql_log_off</name>
- <shortdescription lang="en"> If set to 1, no logging is done to the general
+ <shortdescription lang="en">If set to 1, no logging is done to the general
query log for this client </shortdescription>
<types>
<vartype class="server" isdynamic="yes" scope="session"/>
@@ -9050,7 +9050,7 @@
<option command="mysqld" section="server" id="sql_log_update">
<!-- checked -->
<name>sql_log_update</name>
- <shortdescription lang="en"> This variable is deprecated, and is mapped to
+ <shortdescription lang="en">This variable is deprecated, and is mapped to
SQL_LOG_BIN </shortdescription>
<seealso xref="sql_log_bin"/>
<deprecated version="5.0.x" xref="sql_log_bin"/>
@@ -9067,7 +9067,7 @@
<option command="mysqld" section="server" id="sql_low_priority_updates">
<!-- checked -->
<name>sql_low_priority_updates</name>
- <shortdescription lang="en"> This variable is deprecated, and is mapped to
+ <shortdescription lang="en">This variable is deprecated, and is mapped to
low-priority-updates </shortdescription>
<seealso xref="low-priority-updates"/>
<deprecated/>
@@ -9084,7 +9084,7 @@
<option command="mysqld" section="server" id="sql_max_join_size">
<!-- checked -->
<name>sql_max_join_size</name>
- <shortdescription lang="en"> This variable is deprecated, and is mapped to
+ <shortdescription lang="en">This variable is deprecated, and is mapped to
max_join_size </shortdescription>
<seealso xref="max_join_size"/>
<deprecated xref="max_join_size"/>
@@ -9101,7 +9101,7 @@
<option command="mysqld" section="server" id="sql_notes">
<!-- checked -->
<name>sql_notes</name>
- <shortdescription lang="en"> If set to 1, warnings of Note level are
+ <shortdescription lang="en">If set to 1, warnings of Note level are
recorded </shortdescription>
<types>
<vartype class="server" isdynamic="yes" scope="both"/>
@@ -9120,7 +9120,7 @@
<option command="mysqld" section="server" id="sql_quote_show_create">
<!-- checked -->
<name>sql_quote_show_create</name>
- <shortdescription lang="en"> If set to 1 the server quotes identifiers for
+ <shortdescription lang="en">If set to 1 the server quotes identifiers for
SHOW CREATE TABLE and SHOW CREATE DATABASE statements </shortdescription>
<types>
<vartype class="server" isdynamic="yes" scope="session"/>
@@ -9137,7 +9137,7 @@
<option command="mysqld" section="server" id="sql_safe_updates">
<!-- checked -->
<name>sql_safe_updates</name>
- <shortdescription lang="en"> If set to 1, MySQL aborts UPDATE or DELETE
+ <shortdescription lang="en">If set to 1, MySQL aborts UPDATE or DELETE
statements that do not use a key in the WHERE clause or a LIMIT clause </shortdescription>
<types>
<vartype class="server" isdynamic="yes" scope="session"/>
@@ -9154,7 +9154,7 @@
<option command="mysqld" section="server" id="sql_select_limit">
<!-- checked -->
<name>sql_select_limit</name>
- <shortdescription lang="en"> The maximum number of rows to return from
+ <shortdescription lang="en">The maximum number of rows to return from
SELECT statements </shortdescription>
<types>
<vartype class="server" isdynamic="yes" scope="session"/>
@@ -9170,7 +9170,7 @@
<!-- checked -->
<xrefto id="optvar_sql_slave_skip_counter"/>
<name>sql_slave_skip_counter</name>
- <shortdescription lang="en"> The number of events from the master that a
+ <shortdescription lang="en">The number of events from the master that a
slave server should skip </shortdescription>
<types>
<vartype class="server" isdynamic="yes" scope="global"/>
@@ -9185,7 +9185,7 @@
<option command="mysqld" section="server" id="sql_warnings">
<!-- checked -->
<name>sql_warnings</name>
- <shortdescription lang="en"> This variable controls whether single-row
+ <shortdescription lang="en">This variable controls whether single-row
INSERT statements produce an information string if warnings occur </shortdescription>
<types>
<vartype class="server" isdynamic="yes" scope="both"/>
@@ -9798,7 +9798,7 @@
<!-- checked -->
<xrefto id="optvar_tx_isolation"/>
<name>tx_isolation</name>
- <shortdescription lang="en"> The default transaction isolation level </shortdescription>
+ <shortdescription lang="en">The default transaction isolation level </shortdescription>
<types>
<vartype class="server" isdynamic="yes" scope="both"/>
</types>
@@ -9818,7 +9818,7 @@
<option command="mysqld" section="server" id="unique_checks">
<!-- checked -->
<name>unique_checks</name>
- <shortdescription lang="en"> If set to 1 (the default), uniqueness checks
+ <shortdescription lang="en">If set to 1 (the default), uniqueness checks
for secondary indexes in InnoDB tables are performed </shortdescription>
<types>
<vartype class="server" isdynamic="yes" scope="session"/>
@@ -10559,7 +10559,7 @@
<!-- added -->
<xrefto id="optvar_ndb_index_stat_enable"/>
<name>ndb_index_stat_enable</name>
- <shortdescription lang="en"> Use NDB index statistics in query optimization </shortdescription>
+ <shortdescription lang="en">Use NDB index statistics in query optimization </shortdescription>
<types>
<optype class="cmdline" format="--ndb_index_stat_enable"/>
<optype class="mycnf"/>
@@ -10577,7 +10577,7 @@
<!-- added -->
<xrefto id="optvar_ndb_index_stat_update_freq"/>
<name>ndb_index_stat_update_freq</name>
- <shortdescription lang="en"> How often to query data nodes instead of the
+ <shortdescription lang="en">How often to query data nodes instead of the
statistics cache </shortdescription>
<types>
<optype class="cmdline" format="--ndb_index_stat_update_freq"/>
@@ -10597,7 +10597,7 @@
<!-- added -->
<xrefto id="optvar_ndb_report_thresh_binlog_epoch_slip"/>
<name>ndb_report_thresh_binlog_epoch_slip</name>
- <shortdescription lang="en"> This is a threshold on the number of epochs to
+ <shortdescription lang="en">This is a threshold on the number of epochs to
be behind before reporting binlog status </shortdescription>
<types>
<optype class="cmdline" format="--ndb_report_thresh_binlog_epoch_slip"/>
@@ -10616,7 +10616,7 @@
<!-- added -->
<xrefto id="optvar_ndb_report_thresh_binlog_mem_usage"/>
<name>ndb_report_thresh_binlog_mem_usage</name>
- <shortdescription lang="en"> This is a threshold on the percentage of free
+ <shortdescription lang="en">This is a threshold on the percentage of free
memory remaining before reporting binlog status </shortdescription>
<types>
<optype class="cmdline" format="--ndb_report_thresh_binlog_mem_usage"/>
@@ -10635,7 +10635,7 @@
<!-- added -->
<xrefto id="optvar_ndb_use_transactions"/>
<name>ndb_use_transactions</name>
- <shortdescription lang="en"> Forces NDB to use a count of records during
+ <shortdescription lang="en">Forces NDB to use a count of records during
SELECT COUNT(*) query planning to speed up this type of query </shortdescription>
<types>
<optype class="cmdline" format="--ndb_use_transactions"/>
@@ -10655,7 +10655,7 @@
<!-- added -->
<xrefto id="optvar_shared_memory"/>
<name>shared_memory</name>
- <shortdescription lang="en"> Whether the server allows shared-memory
+ <shortdescription lang="en">Whether the server allows shared-memory
connections </shortdescription>
<platforms applies="windows"/>
<types>
@@ -10673,7 +10673,7 @@
<!-- added -->
<xrefto id="optvar_shared_memory_base_name"/>
<name>shared_memory</name>
- <shortdescription lang="en"> The name of shared memory to use for
+ <shortdescription lang="en">The name of shared memory to use for
shared-memory connections </shortdescription>
<platforms applies="windows"/>
<types>
@@ -10691,7 +10691,7 @@
<!-- added -->
<xrefto id="optvar_Innodb_buffer_pool_pages_data"/>
<name>Innodb_buffer_pool_pages_data</name>
- <shortdescription lang="en"> The number of pages containing data (dirty or
+ <shortdescription lang="en">The number of pages containing data (dirty or
clean) </shortdescription>
<types>
<vartype isdynamic="no" class="status" scope="both"/>
@@ -10707,7 +10707,7 @@
<!-- added -->
<xrefto id="optvar_Innodb_buffer_pool_pages_dirty"/>
<name>Innodb_buffer_pool_pages_dirty</name>
- <shortdescription lang="en"> The number of pages currently dirty </shortdescription>
+ <shortdescription lang="en">The number of pages currently dirty </shortdescription>
<types>
<vartype isdynamic="no" class="status" scope="both"/>
</types>
@@ -10723,7 +10723,7 @@
<!-- added -->
<xrefto id="optvar_Innodb_buffer_pool_pages_flushed"/>
<name>Innodb_buffer_pool_pages_flushed</name>
- <shortdescription lang="en"> The number of buffer pool page-flush requests </shortdescription>
+ <shortdescription lang="en">The number of buffer pool page-flush requests </shortdescription>
<types>
<vartype isdynamic="no" class="status" scope="both"/>
</types>
@@ -10738,7 +10738,7 @@
<!-- added -->
<xrefto id="optvar_Innodb_buffer_pool_pages_free"/>
<name>Innodb_buffer_pool_pages_free</name>
- <shortdescription lang="en"> The number of buffer pool pages free </shortdescription>
+ <shortdescription lang="en">The number of buffer pool pages free </shortdescription>
<types>
<vartype isdynamic="no" class="status" scope="both"/>
</types>
@@ -10754,7 +10754,7 @@
<!-- added -->
<xrefto id="optvar_Innodb_buffer_pool_pages_latched"/>
<name>Innodb_buffer_pool_pages_latched</name>
- <shortdescription lang="en"> The number of latched pages in InnoDB buffer
+ <shortdescription lang="en">The number of latched pages in InnoDB buffer
pool </shortdescription>
<types>
<vartype isdynamic="no" class="status" scope="both"/>
@@ -10770,7 +10770,7 @@
<!-- added -->
<xrefto id="optvar_Innodb_buffer_pool_pages_misc"/>
<name>Innodb_buffer_pool_pages_misc</name>
- <shortdescription lang="en"> The number of pages that are busy because they
+ <shortdescription lang="en">The number of pages that are busy because they
have been allocated for administrative overhead </shortdescription>
<types>
@@ -10787,7 +10787,7 @@
<!-- added -->
<xrefto id="optvar_Innodb_buffer_pool_pages_total"/>
<name>Innodb_buffer_pool_pages_total</name>
- <shortdescription lang="en"> The total size of the buffer pool, in pages </shortdescription>
+ <shortdescription lang="en">The total size of the buffer pool, in pages </shortdescription>
<types>
<vartype isdynamic="no" class="status" scope="both"/>
</types>
@@ -10803,7 +10803,7 @@
<!-- added -->
<xrefto id="optvar_Innodb_buffer_pool_read_ahead_rnd"/>
<name>Innodb_buffer_pool_read_ahead_rnd</name>
- <shortdescription lang="en"> The number of random read-aheads initiated by
+ <shortdescription lang="en">The number of random read-aheads initiated by
InnoDB </shortdescription>
<types>
<vartype isdynamic="no" class="status" scope="both"/>
@@ -10820,7 +10820,7 @@
<!-- added -->
<xrefto id="optvar_Innodb_buffer_pool_read_ahead_seq"/>
<name>Innodb_buffer_pool_read_ahead_seq</name>
- <shortdescription lang="en"> The number of sequential read-aheads initiated
+ <shortdescription lang="en">The number of sequential read-aheads initiated
by InnoDB </shortdescription>
<types>
<vartype isdynamic="no" class="status" scope="both"/>
@@ -10837,7 +10837,7 @@
<!-- added -->
<xrefto id="optvar_Innodb_buffer_pool_read_requests"/>
<name>Innodb_buffer_pool_read_requests</name>
- <shortdescription lang="en"> The number of logical read requests InnoDB has
+ <shortdescription lang="en">The number of logical read requests InnoDB has
done </shortdescription>
<types>
<vartype isdynamic="no" class="status" scope="both"/>
@@ -10853,7 +10853,7 @@
<!-- added -->
<xrefto id="optvar_Innodb_buffer_pool_reads"/>
<name>Innodb_buffer_pool_reads</name>
- <shortdescription lang="en"> The number of logical reads that InnoDB could
+ <shortdescription lang="en">The number of logical reads that InnoDB could
not satisfy from the buffer pool and had to do a single-page read </shortdescription>
<types>
<vartype isdynamic="no" class="status" scope="both"/>
@@ -10869,7 +10869,7 @@
<!-- added -->
<xrefto id="optvar_Innodb_buffer_pool_wait_free"/>
<name>Innodb_buffer_pool_wait_free</name>
- <shortdescription lang="en"> Counts number of waits for pages to be flushed </shortdescription>
+ <shortdescription lang="en">Counts number of waits for pages to be flushed </shortdescription>
<types>
<vartype isdynamic="no" class="status" scope="both"/>
</types>
@@ -10885,7 +10885,7 @@
<!-- added -->
<xrefto id="optvar_Innodb_buffer_pool_write_requests"/>
<name>Innodb_buffer_pool_write_requests</name>
- <shortdescription lang="en"> The number of writes done to the buffer pool </shortdescription>
+ <shortdescription lang="en">The number of writes done to the buffer pool </shortdescription>
<types>
<vartype isdynamic="no" class="status" scope="both"/>
</types>
@@ -10900,7 +10900,7 @@
<!-- added -->
<xrefto id="optvar_Innodb_data_fsyncs"/>
<name>Innodb_data_fsyncs</name>
- <shortdescription lang="en"> The number of fsync() operations so far </shortdescription>
+ <shortdescription lang="en">The number of fsync() operations so far </shortdescription>
<types>
<vartype isdynamic="no" class="status" scope="both"/>
@@ -10916,7 +10916,7 @@
<!-- added -->
<xrefto id="optvar_Innodb_data_pending_reads"/>
<name>Innodb_data_pending_reads</name>
- <shortdescription lang="en"> The current number of pending reads </shortdescription>
+ <shortdescription lang="en">The current number of pending reads </shortdescription>
<types>
<vartype isdynamic="no" class="status" scope="both"/>
</types>
@@ -10931,7 +10931,7 @@
<!-- added -->
<xrefto id="optvar_Innodb_data_pending_writes"/>
<name>Innodb_data_pending_writes</name>
- <shortdescription lang="en"> The number of pending writes </shortdescription>
+ <shortdescription lang="en">The number of pending writes </shortdescription>
<types>
<vartype isdynamic="no" class="status" scope="both"/>
</types>
@@ -10946,7 +10946,7 @@
<!-- added -->
<xrefto id="optvar_Innodb_data_read"/>
<name>Innodb_data_read</name>
- <shortdescription lang="en"> The amount of data read so far, in bytes </shortdescription>
+ <shortdescription lang="en">The amount of data read so far, in bytes </shortdescription>
<types>
<vartype isdynamic="no" class="status" scope="both"/>
</types>
@@ -10961,7 +10961,7 @@
<!-- added -->
<xrefto id="optvar_Innodb_data_reads"/>
<name>Innodb_data_reads</name>
- <shortdescription lang="en"> The total number of data reads </shortdescription>
+ <shortdescription lang="en">The total number of data reads </shortdescription>
<types>
<vartype isdynamic="no" class="status" scope="both"/>
</types>
@@ -10976,7 +10976,7 @@
<!-- added -->
<xrefto id="optvar_Innodb_data_pending_fsyncs"/>
<name>Innodb_data_pending_fsyncs</name>
- <shortdescription lang="en"> The current number of pending fsync()
+ <shortdescription lang="en">The current number of pending fsync()
operations </shortdescription>
<types>
<vartype isdynamic="no" class="status" scope="both"/>
@@ -10992,7 +10992,7 @@
<!-- added -->
<xrefto id="optvar_Innodb_data_writes"/>
<name>Innodb_data_writes</name>
- <shortdescription lang="en"> The total number of data writes </shortdescription>
+ <shortdescription lang="en">The total number of data writes </shortdescription>
<types>
<vartype isdynamic="no" class="status" scope="both"/>
</types>
@@ -11007,7 +11007,7 @@
<!-- added -->
<xrefto id="optvar_Innodb_data_written"/>
<name>Innodb_data_written</name>
- <shortdescription lang="en"> The amount of data written in bytes </shortdescription>
+ <shortdescription lang="en">The amount of data written in bytes </shortdescription>
<types>
<vartype isdynamic="no" class="status" scope="both"/>
</types>
@@ -11022,7 +11022,7 @@
<!-- added -->
<!-- <xrefto id="optvar_Innodb_dblwr_writes"/> -->
<name>Innodb_dblwr_writes</name>
- <shortdescription lang="en"> The number of doublewrite operations that have
+ <shortdescription lang="en">The number of doublewrite operations that have
been performed </shortdescription>
<types>
@@ -11039,7 +11039,7 @@
<!-- added -->
<!-- <xrefto id="optvar_Innodb_dblwr_pages_written"/> -->
<name>Innodb_dblwr_pages_written</name>
- <shortdescription lang="en"> The number of doublewrite pages that have been
+ <shortdescription lang="en">The number of doublewrite pages that have been
written </shortdescription>
<types>
<vartype isdynamic="no" class="status" scope="both"/>
@@ -11055,7 +11055,7 @@
<!-- added -->
<xrefto id="optvar_Innodb_log_waits"/>
<name>Innodb_log_waits</name>
- <shortdescription lang="en"> The number of times that the log buffer was too
+ <shortdescription lang="en">The number of times that the log buffer was too
small and a wait was required for it to be flushed before continuing </shortdescription>
<types>
<vartype isdynamic="no" class="status" scope="both"/>
@@ -11071,7 +11071,7 @@
<!-- added -->
<xrefto id="optvar_Innodb_log_write_requests"/>
<name>Innodb_log_write_requests</name>
- <shortdescription lang="en"> The number of log write requests </shortdescription>
+ <shortdescription lang="en">The number of log write requests </shortdescription>
<types>
<vartype isdynamic="no" class="status" scope="both"/>
</types>
@@ -11086,7 +11086,7 @@
<!-- added -->
<xrefto id="optvar_Innodb_log_writes"/>
<name>Innodb_log_writes</name>
- <shortdescription lang="en"> The number of physical writes to the log </shortdescription>
+ <shortdescription lang="en">The number of physical writes to the log </shortdescription>
<types>
<vartype isdynamic="no" class="status" scope="both"/>
</types>
@@ -11101,7 +11101,7 @@
<!-- added -->
<xrefto id="optvar_Innodb_os_log_fsyncs"/>
<name>Innodb_os_log_fsyncs</name>
- <shortdescription lang="en"> The number of fsync() writes done to the log
+ <shortdescription lang="en">The number of fsync() writes done to the log
file </shortdescription>
<types>
<vartype isdynamic="no" class="status" scope="both"/>
@@ -11117,7 +11117,7 @@
<!-- added -->
<xrefto id="optvar_Innodb_os_log_pending_fsyncs"/>
<name>Innodb_os_log_pending_fsyncs</name>
- <shortdescription lang="en"> The number of pending log file fsync()
+ <shortdescription lang="en">The number of pending log file fsync()
operations </shortdescription>
<types>
<vartype isdynamic="no" class="status" scope="both"/>
@@ -11133,7 +11133,7 @@
<!-- added -->
<xrefto id="optvar_Innodb_os_log_pending_writes"/>
<name>Innodb_os_log_pending_writes</name>
- <shortdescription lang="en"> The number of pending log file writes </shortdescription>
+ <shortdescription lang="en">The number of pending log file writes </shortdescription>
<types>
<vartype isdynamic="no" class="status" scope="both"/>
</types>
@@ -11148,7 +11148,7 @@
<!-- added -->
<xrefto id="optvar_Innodb_os_log_written"/>
<name>Innodb_os_log_written</name>
- <shortdescription lang="en"> The number of bytes written to the log file </shortdescription>
+ <shortdescription lang="en">The number of bytes written to the log file </shortdescription>
<types>
<vartype isdynamic="no" class="status" scope="both"/>
</types>
@@ -11163,7 +11163,7 @@
<!-- added -->
<xrefto id="optvar_Innodb_page_size"/>
<name>Innodb_page_size</name>
- <shortdescription lang="en"> The compiled-in InnoDB page size </shortdescription>
+ <shortdescription lang="en">The compiled-in InnoDB page size </shortdescription>
<types>
<vartype isdynamic="no" class="status" scope="both"/>
</types>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r6210 - trunk/dynamic-docs/command-optvars | plavin | 26 Apr |