From: jon
Date: December 21 2005 6:25pm
Subject: svn commit - mysqldoc@docsrva: r616 - in trunk: refman-5.0 refman-5.1 refman-common
List-Archive: http://lists.mysql.com/commits/336
Message-Id: <200512211825.jBLIP7kq005560@docsrva.mysql.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
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 @@
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.
+ with MySQL 5.0.18, you can configure the build using the
+ ,
+ where N≤128 is the maximum
+ number of indexes to permit per MyISAM
+ table.
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 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
+ ,
+ where N≤128 is the maximum
+ number of indexes to permit per MyISAM
table.
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 @@
-
- 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 .
-
+
+
+ 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
+ ,
+ where N≤128 is the maximum
+ number of indexes to permit per table. (Bug #10932)
+
+
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 @@
-
- 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
- #10932)
-
+
+
+ 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
+ ,
+ where N≤128 is the maximum
+ number of indexes to permit per table. (Bug #10932)
+
+