From: jon
Date: December 21 2005 4:00pm
Subject: svn commit - mysqldoc@docsrva: r613 - in trunk: refman-5.0 refman-5.1 refman-common
List-Archive: http://lists.mysql.com/commits/330
Message-Id: <200512211600.jBLG0vm2012164@docsrva.mysql.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
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 MyISAM
table is 64. This can be changed by recompiling; beginning
with MySQL 5.1.4, you can configure the build using the
- option in order to enable
- support for up to 128 indexes per MyISAM
- table.
+ option in order to
+ enable support for up to 128 indexes per
+ MyISAM table.
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 MyISAM
table is 64. This can be changed by recompiling; beginning
with MySQL 5.1.4, you can configure the build using the
- option in order to enable
+ option in order to enable
support for up to 128 indexes per MyISAM
table.
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
MyISAM tables can support up to 128 keys
rather than the standard 64. This can be done by configuring the
- build using the option .
+ build using the option .
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
MyISAM tables can support up to 128 keys
rather than the standard 64. This can be done by configuring the
- build using the option . (Bug
+ build using the option . (Bug
#10932)