List:Commits« Previous MessageNext Message »
From:jon Date:August 22 2006 5:02pm
Subject:svn commit - mysqldoc@docsrva: r3084 - trunk/refman-common
View as plain text  
Author: jstephens
Date: 2006-08-22 17:02:32 +0200 (Tue, 22 Aug 2006)
New Revision: 3084

Log:
Documenting fix for Partitioning Bug #20871

Modified:
   trunk/refman-common/news-5.1.xml


Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml	2006-08-22 14:11:21 UTC (rev 3083)
+++ trunk/refman-common/news-5.1.xml	2006-08-22 15:02:32 UTC (rev 3084)
Changed blocks: 1, Lines Added: 9, Lines Deleted: 0; 711 bytes

@@ -590,6 +590,15 @@
 REPAIR TABLE <replaceable>tbl_name</replaceable> QUICK;
 </programlisting>
       </listitem>
+      
+      <listitem>
+        <para>
+          Creating a partitioned table that used the
+          <literal>InnoDB</literal> storage engine and then restarting
+          <command>mysqld</command> with
<option>--skip-innodb</option>
+          caused MySQL to crash. (Bug #20871)
+        </para>
+      </listitem>
 
       <listitem>
         <para>


Thread
svn commit - mysqldoc@docsrva: r3084 - trunk/refman-commonjon22 Aug