List:Commits« Previous MessageNext Message »
From:jon Date:November 23 2007 10:46am
Subject:svn commit - mysqldoc@docsrva: r8845 - trunk/dynamic-docs/changelog
View as plain text  
Author: jstephens
Date: 2007-11-23 10:46:33 +0100 (Fri, 23 Nov 2007)
New Revision: 8845

Log:

Documented Cluster bugfixes:

  Bug #29550 (also Partitioning)
  Bug #30205
  Bug #30213



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


Modified: trunk/dynamic-docs/changelog/mysqld.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld.xml	2007-11-23 09:24:36 UTC (rev 8844)
+++ trunk/dynamic-docs/changelog/mysqld.xml	2007-11-23 09:46:33 UTC (rev 8845)
Changed blocks: 3, Lines Added: 64, Lines Deleted: 0; 2167 bytes

@@ -6,10 +6,70 @@
 ]>
 <changelog>
 
+  <logentry entrytype="bug">
 
+    <tags>
+      <highlight type="cluster"/>
+      <manual type="TINYTEXT"/>
+      <manual type="COLUMN_FORMAT"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="30213"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.22-ndb-6.2.9"/>
+      <version ver="6.0.3"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Adding a new <literal>TINYTEXT</literal> column to an
+        <literal>NDB</literal> table which used <literal>COLUMN_FORMAT
=
+        DYNAMIC</literal>, and when binary logging was enabled, caused
+        all cluster <command>mysqld</command> processes to crash.
+      </para>
+
+    </message>
+
+  </logentry>
+
   <logentry entrytype="bug">
 
     <tags>
+      <highlight type="cluster"/>
+      <manual type="TEXT"/>
+      <manual type="BLOB"/>
+      <manual type="COLUMN_FORMAT"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="30205"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.22-ndb-6.2.9"/>
+      <version ver="6.0.3"/>
+    </versions>
+
+    <message>
+
+      <para>
+        After adding a new column of one of the <literal>TEXT</literal>
+        or <literal>BLOB</literal> types to an
<literal>NDB</literal>
+        table which used <literal>COLUMN_FORMAT = DYNAMIC</literal>, it
+        was no longer possible to access or drop the table using SQL.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
       <manual type="Falcon"/>
       <manual type="BLOB"/>
     </tags>

@@ -15441,6 +15501,8 @@
   <logentry entrytype="bug">
 
     <tags>
+      <highlight type="cluster"/>
+      <highlight type="partitioning"/>
       <manual type="EXPLAIN PARTITIONS"/>
       <manual type="cluster"/>
     </tags>

@@ -15451,6 +15513,8 @@
 
     <versions>
       <version ver="5.1.22-ndb-6.2.6"/>
+      <version ver="5.1.22-ndb-6.3.7"/>
+      <version ver="6.0.4"/>
     </versions>
 
     <message>


Thread
svn commit - mysqldoc@docsrva: r8845 - trunk/dynamic-docs/changelogjon23 Nov