Author: mcbrown
Date: 2007-05-15 15:50:23 +0200 (Tue, 15 May 2007)
New Revision: 6461
Log:
Update version number for table_cache/table_open_cache to 5.1.3
Added note to table-cache section
Added summary table for table_cache section
Modified:
trunk/dynamic-docs/command-optvars/mysqld.xml
trunk/refman-5.1/dba-core.xml
trunk/refman-5.1/optimization.xml
Modified: trunk/dynamic-docs/command-optvars/mysqld.xml
===================================================================
--- trunk/dynamic-docs/command-optvars/mysqld.xml 2007-05-15 08:00:12 UTC (rev 6460)
+++ trunk/dynamic-docs/command-optvars/mysqld.xml 2007-05-15 13:50:23 UTC (rev 6461)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 706 bytes
@@ -9326,7 +9326,7 @@
<xrefto id="optvar_table_cache"/>
<name>table_cache</name>
<shortdescription lang="en">Deprecated; use --table_open_cache
instead</shortdescription>
- <deprecated version="5.1" xref="table_open_cache"/>
+ <deprecated version="5.1.3" xref="table_open_cache"/>
<types>
<optype class="cmdline" format="--table_cache=#" setvar="table_cache"/>
<optype class="mycnf"/>
Modified: trunk/refman-5.1/dba-core.xml
===================================================================
--- trunk/refman-5.1/dba-core.xml 2007-05-15 08:00:12 UTC (rev 6460)
+++ trunk/refman-5.1/dba-core.xml 2007-05-15 13:50:23 UTC (rev 6461)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 0; 539 bytes
@@ -7194,6 +7194,8 @@
<literal>table_cache</literal>
</para>
+ <para condition="dynamic:optvar:item" role="5.1:mysqld:table_cache"/>
+
<para>
This is the old name of
<literal>table_open_cache</literal> before MySQL 5.1.3.
Modified: trunk/refman-5.1/optimization.xml
===================================================================
--- trunk/refman-5.1/optimization.xml 2007-05-15 08:00:12 UTC (rev 6460)
+++ trunk/refman-5.1/optimization.xml 2007-05-15 13:50:23 UTC (rev 6461)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 0; 650 bytes
@@ -9421,6 +9421,13 @@
descriptor is shared between all threads.)
</para>
+ <note>
+ <para>
+ <literal>table_open_cache</literal> was previously known as
+ <literal>table_cache</literal> in MySQL 5.1.2 and earlier.
+ </para>
+ </note>
+
<para>
The <literal>table_open_cache</literal>,
<literal>max_connections</literal>, and
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r6461 - in trunk: dynamic-docs/command-optvars refman-5.1 | mcbrown | 15 May |