List:Commits« Previous MessageNext Message »
From:jon Date:June 23 2007 7:33am
Subject:svn commit - mysqldoc@docsrva: r6898 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2007-06-23 09:33:37 +0200 (Sat, 23 Jun 2007)
New Revision: 6898

Log:

Documented fix for Bug #27684



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


Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml	2007-06-23 07:17:42 UTC (rev 6897)
+++ trunk/refman-5.1/news-5.1.xml	2007-06-23 07:33:37 UTC (rev 6898)
Changed blocks: 1, Lines Added: 9, Lines Deleted: 0; 791 bytes

@@ -207,6 +207,15 @@
 
       <listitem>
         <para>
+          <literal>SHOW ENGINES</literal> and queries on
+          <literal>INFORMATION_SCHEMA.ENGINES</literal> did not use the
+          same values for representing the same storage engine states.
+          (Bug #27684)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           <literal>NDB Cluster</literal> (Disk Data): When dropping a
           page, the stack's bottom entry could sometime be left
           <quote>cold</quote> rather than <quote>hot</quote>, violating


Thread
svn commit - mysqldoc@docsrva: r6898 - trunk/refman-5.1jon23 Jun