Author: jstephens
Date: 2005-12-21 19:25:07 +0100 (Wed, 21 Dec 2005)
New Revision: 616
Log:
Corrected info regarding --with-max-indexes compiler option.
Fixed bad XML in changelogs.
Modified:
trunk/refman-5.0/storage-engines.xml
trunk/refman-5.1/storage-engines.xml
trunk/refman-common/news-5.0.xml
trunk/refman-common/news-5.1.xml
Modified: trunk/refman-5.0/storage-engines.xml
===================================================================
--- trunk/refman-5.0/storage-engines.xml 2005-12-21 18:17:08 UTC (rev 615)
+++ trunk/refman-5.0/storage-engines.xml 2005-12-21 18:25:07 UTC (rev 616)
@@ -560,10 +560,11 @@
<para>
The maximum number of indexes per <literal>MyISAM</literal>
table is 64. This can be changed by recompiling; beginning
- with MySQL 5.1.4, you can configure the build using the
- <option>--with-max-indexes=128</option> option in order to
- enable support for up to 128 indexes per
- <literal>MyISAM</literal> table.
+ with MySQL 5.0.18, you can configure the build using the
+ <option>--with-max-indexes=<replaceable>N</replaceable></option>,
+ where <replaceable>N</replaceable>≤128 is the maximum
+ number of indexes to permit per <literal>MyISAM</literal>
+ table.
</para>
<para>
Modified: trunk/refman-5.1/storage-engines.xml
===================================================================
--- trunk/refman-5.1/storage-engines.xml 2005-12-21 18:17:08 UTC (rev 615)
+++ trunk/refman-5.1/storage-engines.xml 2005-12-21 18:25:07 UTC (rev 616)
@@ -565,8 +565,9 @@
The maximum number of indexes per <literal>MyISAM</literal>
table is 64. This can be changed by recompiling; beginning
with MySQL 5.1.4, you can configure the build using the
- <option>--with-max-indexes=128</option> option in order to enable
- support for up to 128 indexes per <literal>MyISAM</literal>
+ <option>--with-max-indexes=<replaceable>N</replaceable></option>,
+ where <replaceable>N</replaceable>≤128 is the maximum
+ number of indexes to permit per <literal>MyISAM</literal>
table.
</para>
Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml 2005-12-21 18:17:08 UTC (rev 615)
+++ trunk/refman-common/news-5.0.xml 2005-12-21 18:25:07 UTC (rev 616)
@@ -177,12 +177,17 @@
<itemizedlist>
- <para>
- It is now possible to build the server such that
- <literal>MyISAM</literal> tables can support up to 128 keys
- rather than the standard 64. This can be done by configuring the
- build using the option <option>--with-max-indexes=128</option>.
- </para>
+ <listitem>
+ <para>
+ It is now possible to build the server such that
+ <literal>MyISAM</literal> tables can support up to 128 keys
+ rather than the standard 64. This can be done by configuring
+ the build using the option
+ <option>--with-max-indexes=<replaceable>N</replaceable></option>,
+ where <replaceable>N</replaceable>≤128 is the maximum
+ number of indexes to permit per table. (Bug #10932)
+ </para>
+ </listitem>
<listitem>
<para>
Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml 2005-12-21 18:17:08 UTC (rev 615)
+++ trunk/refman-common/news-5.1.xml 2005-12-21 18:25:07 UTC (rev 616)
@@ -55,13 +55,17 @@
<itemizedlist>
- <para>
- It is now possible to build the server such that
- <literal>MyISAM</literal> tables can support up to 128 keys
- rather than the standard 64. This can be done by configuring the
- build using the option <option>--with-max-indexes=128</option>. (Bug
- #10932)
- </para>
+ <listitem>
+ <para>
+ It is now possible to build the server such that
+ <literal>MyISAM</literal> tables can support up to 128 keys
+ rather than the standard 64. This can be done by configuring
+ the build using the option
+ <option>--with-max-indexes=<replaceable>N</replaceable></option>,
+ where <replaceable>N</replaceable>≤128 is the maximum
+ number of indexes to permit per table. (Bug #10932)
+ </para>
+ </listitem>
<listitem>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r616 - in trunk: refman-5.0 refman-5.1 refman-common | jon | 21 Dec |