List:Commits« Previous MessageNext Message »
From:mcbrown Date:June 22 2006 8:14am
Subject:svn commit - mysqldoc@docsrva: r2467 - trunk/refman-common
View as plain text  
Author: mcbrown
Date: 2006-06-22 10:14:57 +0200 (Thu, 22 Jun 2006)
New Revision: 2467

Log:
Moving Bug #19609 into 5.1.12 changelog
Documentaing Bug #19995



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

Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml	2006-06-22 08:06:53 UTC (rev 2466)
+++ trunk/refman-common/news-5.1.xml	2006-06-22 08:14:57 UTC (rev 2467)
@@ -429,6 +429,21 @@
 
       <listitem>
         <para>
+          When a statement is executed that does not generate any rows,
+          an extra table map event and associated binrows event would be
+          generated and written to the binary log. (Bug #19995)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          File size specifications for InnoDB data files were case
+          sensitive. (Bug #19609)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           Compilation on Windows would fail if row based replication was
           disabled using
           <option>--without-row-based-replication</option>. (Bug #16837)
@@ -1059,13 +1074,6 @@
 
       <listitem>
         <para>
-          File size specifications for InnoDB data files were case
-          sensitive. (Bug #19609)
-        </para>
-      </listitem>
-
-      <listitem>
-        <para>
           A <literal>CREATE TABLE</literal> statement that created a
           table from a materialized view did not inherit default values
           from the underlying table. (Bug #19089)

Thread
svn commit - mysqldoc@docsrva: r2467 - trunk/refman-commonmcbrown22 Jun