List:Commits« Previous MessageNext Message »
From:jon Date:May 24 2008 7:43pm
Subject:svn commit - mysqldoc@docsrva: r10837 - trunk/dynamic-docs/changelog
View as plain text  
Author: jstephens
Date: 2008-05-24 19:43:21 +0200 (Sat, 24 May 2008)
New Revision: 10837

Log:

Documented server bugfixes:

  Bug #33479, Bug #34606 (Partitioning)

  Bug #36197 (RBR)

  Bug #32575, Bug #36750 (Replication)



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


Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml	2008-05-23 23:20:43 UTC (rev 10836)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2008-05-24 17:43:21 UTC (rev 10837)
Changed blocks: 3, Lines Added: 100, Lines Deleted: 4; 3410 bytes

@@ -9,6 +9,63 @@
   <logentry entrytype="bug">
 
     <tags>
+      <highlight type="partitioning"/>
+      <manual type="ALTER TABLE"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="34604"/>
+    </bugs>
+
+    <versions>
+      <version ver="6.0.6"/>
+    </versions>
+
+    <message>
+
+      <para>
+        When one user was in the midst of a transaction on a partitioned
+        table, a second user performing an <literal>ALTER
+        TABLE</literal> on this table caused the server to hang.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <highlight type="partitioning"/>
+      <manual type="INSERT"/>
+      <manual type="AUTO_INCREMENT"/>
+      <manual type="MyISAM"/>
+      <manual type="InnoDB"/>
+      <manual type="Falcon"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="33479"/>
+    </bugs>
+
+    <versions>
+      <version ver="6.0.6"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Inserts failed on partitioned tables containing user-supplied
+        values for an <literal>AUTO_INCREMENT</literal> column.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
       <highlight type="cluster"/>
       <manual type="epoll"/>
     </tags>

@@ -201,6 +258,7 @@
       <version ver="5.1.24-ndb-6.2.16"/>
       <version ver="5.1.24-ndb-6.3.15"/>
       <version ver="5.1.25"/>
+      <version ver="6.0.6"/>
     </versions>
 
     <message>

@@ -225,25 +283,63 @@
 
     <tags>
       <highlight type="replication"/>
+      <manual type="CREATE PROCEDURE"/>
+      <manual type="CREATE FUNCTION"/>
       <manual type="comments"/>
       <manual type="binary log"/>
     </tags>
 
     <bugs>
+      <fixes bugid="36570"/>
+      <seealsobug bugid="32575"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.0.64"/>
+      <version ver="5.1.25"/>
+      <version ver="6.0.6"/>
+    </versions>
+
+    <message>
+
+      <para>
+        <literal>CREATE PROCEDURE</literal> and <literal>CREATE
+        FUNCTION</literal> statements containing extended comments were
+        not written to the binary log correctly, causing parse errors on
+        the slave.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <highlight type="replication"/>
+      <manual type="CREATE VIEW"/>
+      <manual type="comments"/>
+      <manual type="binary log"/>
+    </tags>
+
+    <bugs>
       <fixes bugid="32575"/>
+      <seealsobug bugid="36570"/>
     </bugs>
 
     <versions>
       <version ver="5.0.62"/>
+      <version ver="5.1.25"/>
+      <version ver="6.0.6"/>
     </versions>
 
     <message>
 
       <para>
-        SQL statements containing extended comments were not written to
-        the binary log correctly, causing parse errors on the slave.
-        Now, all comments are stripped from SQL statements before being
-        written to the binary log.
+        <literal>CREATE VIEW</literal> statements containing extended
+        comments were not written to the binary log correctly, causing
+        parse errors on the slave. Now, all comments are stripped from
+        such statements before being written to the binary log.
       </para>
 
     </message>


Thread
svn commit - mysqldoc@docsrva: r10837 - trunk/dynamic-docs/changelogjon24 May