List:Commits« Previous MessageNext Message »
From:paul Date:September 14 2006 7:59pm
Subject:svn commit - mysqldoc@docsrva: r3360 - in trunk: . refman-5.0 refman-5.1
View as plain text  
Author: paul
Date: 2006-09-14 21:59:44 +0200 (Thu, 14 Sep 2006)
New Revision: 3360

Log:
 r13743@polar:  paul | 2006-09-14 11:35:22 -0500
 HEAP -> MEMORY
 (didn't remove mention of ISAM from 5.0, 'cause it's not gone
 until 5.0.3.)


Modified:
   trunk/refman-5.0/problems.xml
   trunk/refman-5.1/problems.xml

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:13739
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:10300
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:13743
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:10300


Modified: trunk/refman-5.0/problems.xml
===================================================================
--- trunk/refman-5.0/problems.xml	2006-09-14 15:11:02 UTC (rev 3359)
+++ trunk/refman-5.0/problems.xml	2006-09-14 19:59:44 UTC (rev 3360)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 2; 734 bytes

@@ -4457,11 +4457,11 @@
         <listitem>
           <para>
             A <literal>TEMPORARY</literal> table can only be of type
-            <literal>HEAP</literal>, <literal>ISAM</literal>,
+            <literal>MEMORY</literal>, <literal>ISAM</literal>,
             <literal>MyISAM</literal>, <literal>MERGE</literal>, or
             <literal>InnoDB</literal>.
           </para>
-          
+
           <para>
             Temporary tables are not supported for MySQL Cluster.
           </para>


Modified: trunk/refman-5.1/problems.xml
===================================================================
--- trunk/refman-5.1/problems.xml	2006-09-14 15:11:02 UTC (rev 3359)
+++ trunk/refman-5.1/problems.xml	2006-09-14 19:59:44 UTC (rev 3360)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 2; 699 bytes

@@ -4356,10 +4356,10 @@
         <listitem>
           <para>
             A <literal>TEMPORARY</literal> table can only be of type
-            <literal>HEAP</literal>, <literal>MyISAM</literal>,
+            <literal>MEMORY</literal>, <literal>MyISAM</literal>,
             <literal>MERGE</literal>, or <literal>InnoDB</literal>.
           </para>
-          
+
           <para>
             Temporary tables are not supported for MySQL Cluster.
           </para>


Thread
svn commit - mysqldoc@docsrva: r3360 - in trunk: . refman-5.0 refman-5.1paul14 Sep