List:Commits« Previous MessageNext Message »
From:jon Date:March 2 2006 12:04pm
Subject:svn commit - mysqldoc@docsrva: r1489 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2006-03-02 12:04:55 +0100 (Thu, 02 Mar 2006)
New Revision: 1489

Log:

Updated note about TYPE=engine_name option in upgrading-from-5-0 section. 

(Bug #17501)



Modified:
   trunk/refman-5.1/installing.xml

Modified: trunk/refman-5.1/installing.xml
===================================================================
--- trunk/refman-5.1/installing.xml	2006-03-02 10:58:02 UTC (rev 1488)
+++ trunk/refman-5.1/installing.xml	2006-03-02 11:04:55 UTC (rev 1489)
@@ -11939,13 +11939,19 @@
         <listitem>
           <para>
             <emphasis role="bold">Incompatible change</emphasis>: As of
-            MySQL 5.1.7, <literal>TYPE =
-            <replaceable>engine_name</replaceable></literal> is no
-            longer accepted as a synonym for the <literal>ENGINE =
+            MySQL 5.1.8, <literal>TYPE =
+            <replaceable>engine_name</replaceable></literal> is still
+            accepted as a synonym for the <literal>ENGINE =
             <replaceable>engine_name</replaceable></literal> table
-            option. (<literal>TYPE</literal> has been deprecated since
-            MySQL 4.0.)
+            option but generates a warning. You should note that this
+            option is not available in MySQL 5.1.7, and 
+            <emphasis role="bold">is to be removed altogether in MySQL
+            5.2, where it will produce a syntax error</emphasis>.
           </para>
+          
+          <para>
+            <literal>TYPE</literal> has been deprecated since MySQL 4.0.     
      
+          </para>
         </listitem>
 
         <listitem>

Thread
svn commit - mysqldoc@docsrva: r1489 - trunk/refman-5.1jon2 Mar