Author: paul
Date: 2006-04-12 15:29:08 +0200 (Wed, 12 Apr 2006)
New Revision: 1805
Log:
r6596@polar: paul | 2006-04-12 08:29:07 -0500
Remove a discrepancy between myisam_max_sort_file_size descriptions.
Modified:
trunk/
trunk/refman-4.1/storage-engines.xml
trunk/refman-5.0/storage-engines.xml
trunk/refman-5.1/storage-engines.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:6584
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:9393
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4334
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:6596
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:9393
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4334
Modified: trunk/refman-4.1/storage-engines.xml
===================================================================
--- trunk/refman-4.1/storage-engines.xml 2006-04-12 11:28:59 UTC (rev 1804)
+++ trunk/refman-4.1/storage-engines.xml 2006-04-12 13:29:08 UTC (rev 1805)
@@ -807,11 +807,15 @@
</para>
<para>
- Don't use the fast sort index method to create an index if
- the temporary file would become larger than this.
- <emphasis role="bold">Note</emphasis>: This parameter is
- given in megabytes before MySQL 4.0.3, and in bytes as of
- 4.0.3.
+ The maximum size of the temporary file that MySQL is allowed
+ to use while re-creating a <literal>MyISAM</literal> index
+ (during <literal>REPAIR TABLE</literal>, <literal>ALTER
+ TABLE</literal>, or <literal>LOAD DATA INFILE</literal>).
If
+ the file size would be larger than this value, the index is
+ created using the key cache instead, which is slower. This
+ variable was added in MySQL 3.23.37.
+ <emphasis role="bold">Note</emphasis>: The value is given in
+ megabytes before 4.0.3 and in bytes thereafter.
</para>
</listitem>
Modified: trunk/refman-5.0/storage-engines.xml
===================================================================
--- trunk/refman-5.0/storage-engines.xml 2006-04-12 11:28:59 UTC (rev 1804)
+++ trunk/refman-5.0/storage-engines.xml 2006-04-12 13:29:08 UTC (rev 1805)
@@ -803,10 +803,13 @@
</para>
<para>
- Don't use the fast sort index method to create an index if
- the temporary file would become larger than this.
- <emphasis role="bold">Note</emphasis>: This parameter is
- given in bytes.
+ The maximum size of the temporary file that MySQL is allowed
+ to use while re-creating a <literal>MyISAM</literal> index
+ (during <literal>REPAIR TABLE</literal>, <literal>ALTER
+ TABLE</literal>, or <literal>LOAD DATA INFILE</literal>).
If
+ the file size would be larger than this value, the index is
+ created using the key cache instead, which is slower. The
+ value is given in bytes.
</para>
</listitem>
Modified: trunk/refman-5.1/storage-engines.xml
===================================================================
--- trunk/refman-5.1/storage-engines.xml 2006-04-12 11:28:59 UTC (rev 1804)
+++ trunk/refman-5.1/storage-engines.xml 2006-04-12 13:29:08 UTC (rev 1805)
@@ -762,10 +762,13 @@
</para>
<para>
- Don't use the fast sort index method to create an index if
- the temporary file would become larger than this.
- <emphasis role="bold">Note</emphasis>: This parameter is
- given in bytes.
+ The maximum size of the temporary file that MySQL is allowed
+ to use while re-creating a <literal>MyISAM</literal> index
+ (during <literal>REPAIR TABLE</literal>, <literal>ALTER
+ TABLE</literal>, or <literal>LOAD DATA INFILE</literal>).
If
+ the file size would be larger than this value, the index is
+ created using the key cache instead, which is slower. The
+ value is given in bytes.
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r1805 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 12 Apr |