List:Commits« Previous MessageNext Message »
From:jon Date:September 2 2008 12:43pm
Subject:svn commit - mysqldoc@docsrva: r11635 - trunk/dynamic-docs/changelog
View as plain text  
Author: jstephens
Date: 2008-09-02 14:43:52 +0200 (Tue, 02 Sep 2008)
New Revision: 11635

Log:

Documented fix for Replication Bug #38773



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


Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml	2008-09-02 12:22:28 UTC (rev 11634)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2008-09-02 12:43:52 UTC (rev 11635)
Changed blocks: 1, Lines Added: 27, Lines Deleted: 0; 925 bytes

@@ -9,6 +9,33 @@
   <logentry entrytype="bug">
 
     <tags>
+      <highlight type="replication"/>
+      <manual type="DROP DATABASE"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="38773"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.27"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Issuing a <literal>DROP DATABASE</literal> while any temporary
+        tables were open caused the server to switch to statement-based
+        mode.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
       <highlight type="partitioning"/>
       <highlight type="incompatiblechange"/>
       <manual type="names"/>


Thread
svn commit - mysqldoc@docsrva: r11635 - trunk/dynamic-docs/changelogjon2 Sep