List:Commits« Previous MessageNext Message »
From:mcbrown Date:July 30 2008 1:28pm
Subject:svn commit - mysqldoc@docsrva: r11436 - trunk/dynamic-docs/changelog
View as plain text  
Author: mcbrown
Date: 2008-07-30 15:28:08 +0200 (Wed, 30 Jul 2008)
New Revision: 11436

Log:
Documenting dev bugs: 

Bug #36468
Bug #37517
Bug #33141



Modified:
   trunk/dynamic-docs/changelog/mysqld-1.xml


Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml	2008-07-30 13:21:59 UTC (rev 11435)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2008-07-30 13:28:08 UTC (rev 11436)
Changed blocks: 1, Lines Added: 86, Lines Deleted: 0; 2122 bytes

@@ -9,6 +9,92 @@
   <logentry entrytype="bug">
 
     <tags>
+      <manual type="Falcon"/>
+      <manual type="Replication"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="36468"/>
+    </bugs>
+
+    <versions>
+      <version ver="6.0.5"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Replicating a Falcon table that contained a
+        <literal>TEXT</literal> or <literal>BLOG</literal> column would
+        fail during a <literal>DELETE</literal> operation with the error
+        <literal>HA_ERR_END_OF_FILE</literal>
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="Falcon"/>
+      <manual type="SSL"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="37517"/>
+    </bugs>
+
+    <versions>
+      <version ver="6.0.6"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Building MySQL with SSL and <literal>Falcon</literal> enabled
+        would lead to a build failure.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="Falcon"/>
+      <manual type="INFORMATION_SCHEMA"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="33141"/>
+    </bugs>
+
+    <versions>
+      <version ver="6.0.4"/>
+    </versions>
+
+    <message>
+
+      <para>
+        The columns in the <literal>INFORMATION_SCHEMA</literal> table
+        for <literal>FALCON_SERIAL_LOG_INFO</literal>,
+        <literal>FALCON_TRANSACTIONS</literal>, and
+        <literal>FALCON_TRANSACTION_SUMMARY</literal> contained a
+        reference to the databae of tablespace, but the column
+        information was actually showing instances of the
+        <literal>Falcon</literal> engine. The tables have been updated
+        to a different structure.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
       <manual type="UUID()"/>
     </tags>
 


Thread
svn commit - mysqldoc@docsrva: r11436 - trunk/dynamic-docs/changelogmcbrown30 Jul