Author: jdrussel
Date: 2011-06-03 17:35:08 +0200 (Fri, 03 Jun 2011)
New Revision: 26419
Log:
Changing default value for an InnoDB option in 5.6.
Removing the text that restates the default in the
long-form description, since it's already shown
in tabular form immediately above. (Having to edit
the min/max/defaults in prose seems to go against
the idea of saving on maintenance by centralizing those details
in the dynamic-docs file. Although one could argue the prose is
more likely to be noticed and understood.)
Modified:
trunk/dynamic-docs/command-optvars/mysqld.xml
trunk/refman-5.6/se-innodb-core.xml
Modified: trunk/dynamic-docs/command-optvars/mysqld.xml
===================================================================
--- trunk/dynamic-docs/command-optvars/mysqld.xml 2011-06-03 02:49:05 UTC (rev 26418)
+++ trunk/dynamic-docs/command-optvars/mysqld.xml 2011-06-03 15:35:08 UTC (rev 26419)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 1; 789 bytes
@@ -13471,10 +13471,14 @@
<vartype isdynamic="no" scope="global" class="system"/>
</types>
- <values vartype="numeric" platform="all">
+ <values vartype="numeric" platform="all" inversion="5.5.4">
<value default="20" minimum="1" maximum="5000"/>
</values>
+ <values vartype="numeric" platform="all" inversion="5.6.3">
+ <value default="300" minimum="1" maximum="5000"/>
+ </values>
+
<versions>
<manual version="5.5"/>
<introduced version="5.5.4"/>
Modified: trunk/refman-5.6/se-innodb-core.xml
===================================================================
--- trunk/refman-5.6/se-innodb-core.xml 2011-06-03 02:49:05 UTC (rev 26418)
+++ trunk/refman-5.6/se-innodb-core.xml 2011-06-03 15:35:08 UTC (rev 26419)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 3; 935 bytes
@@ -11888,9 +11888,8 @@
<para>
The granularity of changes, expressed in units of redo log
records, that trigger a purge operation, flushing the
- changed buffer pool blocks to disk. The default value is 20,
- and the range is 1-5000. This option is intended for tuning
- performance in combination with the setting
+ changed buffer pool blocks to disk. This option is intended
+ for tuning performance in combination with the setting
<literal>innodb_purge_threads=<replaceable>n</replaceable></literal>,
and typical users do not need to modify it.
</para>
| Thread |
|---|
| • svn commit - mysqldoc@oter02: r26419 - in trunk: dynamic-docs/command-optvars refman-5.6 | john.russell | 4 Jun |