Author: jstephens
Date: 2005-12-21 17:00:57 +0100 (Wed, 21 Dec 2005)
New Revision: 613
Log:
Fixed incorrect ./configure option from rev 611 - it's actually
--with-max-indexes=128. (Thanks, SergeiG!)
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 15:48:21 UTC (rev 612)
+++ trunk/refman-5.0/storage-engines.xml 2005-12-21 16:00:57 UTC (rev 613)
@@ -561,9 +561,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-indexes-128</option> option in order to enable
- support for up to 128 indexes per <literal>MyISAM</literal>
- table.
+ <option>--with-max-indexes=128</option> option in order to
+ enable support for up to 128 indexes 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 15:48:21 UTC (rev 612)
+++ trunk/refman-5.1/storage-engines.xml 2005-12-21 16:00:57 UTC (rev 613)
@@ -565,7 +565,7 @@
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-indexes-128</option> option in order to enable
+ <option>--with-max-indexes=128</option> option in order to enable
support for up to 128 indexes per <literal>MyISAM</literal>
table.
</para>
Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml 2005-12-21 15:48:21 UTC (rev 612)
+++ trunk/refman-common/news-5.0.xml 2005-12-21 16:00:57 UTC (rev 613)
@@ -181,7 +181,7 @@
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-indexes-128</option>.
+ build using the option <option>--with-max-indexes=128</option>.
</para>
<listitem>
Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml 2005-12-21 15:48:21 UTC (rev 612)
+++ trunk/refman-common/news-5.1.xml 2005-12-21 16:00:57 UTC (rev 613)
@@ -59,7 +59,7 @@
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-indexes-128</option>. (Bug
+ build using the option <option>--with-max-indexes=128</option>. (Bug
#10932)
</para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r613 - in trunk: refman-5.0 refman-5.1 refman-common | jon | 21 Dec |