Author: jstephens
Date: 2006-07-26 03:02:57 +0200 (Wed, 26 Jul 2006)
New Revision: 2829
Log:
Removed duplicate item in myisam-storage-engine
(Fixes Docs Bug #21273)
Modified:
trunk/refman-4.1/storage-engines.xml
trunk/refman-5.0/storage-engines.xml
Modified: trunk/refman-4.1/storage-engines.xml
===================================================================
--- trunk/refman-4.1/storage-engines.xml 2006-07-26 00:49:48 UTC (rev 2828)
+++ trunk/refman-4.1/storage-engines.xml 2006-07-26 01:02:57 UTC (rev 2829)
Changed blocks: 1, Lines Added: 0, Lines Deleted: 9; 839 bytes
@@ -503,15 +503,6 @@
<listitem>
<para>
- Dynamic-sized rows are much less fragmented when mixing
- deletes with updates and inserts. This is done by
- automatically combining adjacent deleted blocks and by
- extending blocks if the next block is deleted.
- </para>
- </listitem>
-
- <listitem>
- <para>
The maximum number of indexes per table is 64 (32 before MySQL
4.1.2). This can be changed by changing the source and
recompiling. The maximum number of columns per index is 16.
Modified: trunk/refman-5.0/storage-engines.xml
===================================================================
--- trunk/refman-5.0/storage-engines.xml 2006-07-26 00:49:48 UTC (rev 2828)
+++ trunk/refman-5.0/storage-engines.xml 2006-07-26 01:02:57 UTC (rev 2829)
Changed blocks: 1, Lines Added: 0, Lines Deleted: 9; 839 bytes
@@ -517,15 +517,6 @@
<listitem>
<para>
- Dynamic-sized rows are much less fragmented when mixing
- deletes with updates and inserts. This is done by
- automatically combining adjacent deleted blocks and by
- extending blocks if the next block is deleted.
- </para>
- </listitem>
-
- <listitem>
- <para>
The maximum number of indexes per <literal>MyISAM</literal>
table is 64. This can be changed by recompiling. Beginning
with MySQL 5.0.18, you can configure the build by invoking
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r2829 - in trunk: refman-4.1 refman-5.0 | jstephens | 26 Jul |