Author: paul
Date: 2007-07-25 19:13:41 +0200 (Wed, 25 Jul 2007)
New Revision: 7212
Log:
r27919@polar: paul | 2007-07-25 12:08:27 -0500
Clarify that tmp_table_size system variable applies to internal
in-memory tables, not user-created MEMORY tables. (Guilhem)
Modified:
trunk/refman-4.1/dba-core.xml
trunk/refman-5.0/dba-core.xml
trunk/refman-5.1/dba-core.xml
trunk/refman-5.2/dba-core.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:27916
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:23014
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:18941
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:27919
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:23014
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:18941
Modified: trunk/refman-4.1/dba-core.xml
===================================================================
--- trunk/refman-4.1/dba-core.xml 2007-07-25 17:13:09 UTC (rev 7211)
+++ trunk/refman-4.1/dba-core.xml 2007-07-25 17:13:41 UTC (rev 7212)
Changed blocks: 2, Lines Added: 5, Lines Deleted: 3; 1237 bytes
@@ -6581,8 +6581,8 @@
</para>
<para>
- The maximum size of in-memory temporary tables. (The
- actual limit is determined as the smaller of
+ The maximum size of internal in-memory temporary tables.
+ (The actual limit is determined as the smaller of
<literal>max_heap_table_size</literal> and
<literal>tmp_table_size</literal>.) If an in-memory
temporary table exceeds the limit, MySQL automatically
@@ -6590,7 +6590,9 @@
Increase the value of <literal>tmp_table_size</literal>
(and <literal>max_heap_table_size</literal> if necessary)
if you do many advanced <literal>GROUP BY</literal>
- queries and you have lots of memory.
+ queries and you have lots of memory. This variable does
+ not apply to user-created <literal>MEMORY</literal>
+ tables.
</para>
</listitem>
Modified: trunk/refman-5.0/dba-core.xml
===================================================================
--- trunk/refman-5.0/dba-core.xml 2007-07-25 17:13:09 UTC (rev 7211)
+++ trunk/refman-5.0/dba-core.xml 2007-07-25 17:13:41 UTC (rev 7212)
Changed blocks: 2, Lines Added: 5, Lines Deleted: 3; 1237 bytes
@@ -7178,8 +7178,8 @@
</para>
<para>
- The maximum size of in-memory temporary tables. (The
- actual limit is determined as the smaller of
+ The maximum size of internal in-memory temporary tables.
+ (The actual limit is determined as the smaller of
<literal>max_heap_table_size</literal> and
<literal>tmp_table_size</literal>.) If an in-memory
temporary table exceeds the limit, MySQL automatically
@@ -7187,7 +7187,9 @@
Increase the value of <literal>tmp_table_size</literal>
(and <literal>max_heap_table_size</literal> if necessary)
if you do many advanced <literal>GROUP BY</literal>
- queries and you have lots of memory.
+ queries and you have lots of memory. This variable does
+ not apply to user-created <literal>MEMORY</literal>
+ tables.
</para>
</listitem>
Modified: trunk/refman-5.1/dba-core.xml
===================================================================
--- trunk/refman-5.1/dba-core.xml 2007-07-25 17:13:09 UTC (rev 7211)
+++ trunk/refman-5.1/dba-core.xml 2007-07-25 17:13:41 UTC (rev 7212)
Changed blocks: 2, Lines Added: 5, Lines Deleted: 3; 1237 bytes
@@ -7535,8 +7535,8 @@
</para>
<para>
- The maximum size of in-memory temporary tables. (The
- actual limit is determined as the smaller of
+ The maximum size of internal in-memory temporary tables.
+ (The actual limit is determined as the smaller of
<literal>max_heap_table_size</literal> and
<literal>tmp_table_size</literal>.) If an in-memory
temporary table exceeds the limit, MySQL automatically
@@ -7544,7 +7544,9 @@
Increase the value of <literal>tmp_table_size</literal>
(and <literal>max_heap_table_size</literal> if necessary)
if you do many advanced <literal>GROUP BY</literal>
- queries and you have lots of memory.
+ queries and you have lots of memory. This variable does
+ not apply to user-created <literal>MEMORY</literal>
+ tables.
</para>
</listitem>
Modified: trunk/refman-5.2/dba-core.xml
===================================================================
--- trunk/refman-5.2/dba-core.xml 2007-07-25 17:13:09 UTC (rev 7211)
+++ trunk/refman-5.2/dba-core.xml 2007-07-25 17:13:41 UTC (rev 7212)
Changed blocks: 2, Lines Added: 5, Lines Deleted: 3; 1237 bytes
@@ -7470,8 +7470,8 @@
</para>
<para>
- The maximum size of in-memory temporary tables. (The
- actual limit is determined as the smaller of
+ The maximum size of internal in-memory temporary tables.
+ (The actual limit is determined as the smaller of
<literal>max_heap_table_size</literal> and
<literal>tmp_table_size</literal>.) If an in-memory
temporary table exceeds the limit, MySQL automatically
@@ -7479,7 +7479,9 @@
Increase the value of <literal>tmp_table_size</literal>
(and <literal>max_heap_table_size</literal> if necessary)
if you do many advanced <literal>GROUP BY</literal>
- queries and you have lots of memory.
+ queries and you have lots of memory. This variable does
+ not apply to user-created <literal>MEMORY</literal>
+ tables.
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r7212 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-5.2 | paul | 25 Jul |