List:Commits« Previous MessageNext Message »
From:paul.dubois Date:September 10 2008 9:58pm
Subject:svn commit - mysqldoc@docsrva: r11752 - in trunk: . dynamic-docs/changelog
View as plain text  
Author: paul
Date: 2008-09-10 21:58:25 +0200 (Wed, 10 Sep 2008)
New Revision: 11752

Log:
 r33772@frost:  paul | 2008-09-10 14:57:46 -0500
 Document bugfixes:
 Bug#26180: Can't add columns to tables created with utf8 (regular) text indexes
 Bug#35117: Backup: Server crash for backup of CSV engine with CHAR data type
 Bug#38624: Two si_objects.cc functions return 'success' error code when error occurs


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

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:33752
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:33057
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:33772
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:33057


Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml	2008-09-10 16:32:25 UTC (rev 11751)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2008-09-10 19:58:25 UTC (rev 11752)
Changed blocks: 1, Lines Added: 58, Lines Deleted: 0; 1404 bytes

@@ -26263,4 +26263,62 @@
 
   </logentry>
 
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="Unicode"/>
+      <manual type="utf8"/>
+      <manual type="ALTER TABLE"/>
+      <manual type="TEXT"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="26180"/>
+    </bugs>
+
+    <versions>
+      <version ver="6.0.7"/>
+    </versions>
+
+    <message>
+
+      <para>
+        <literal>ALTER TABLE</literal> could not be used to add columns
+        to a table if the table had an index on a
+        <literal>utf8</literal> column with a
<literal>TEXT</literal>
+        data type.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="BACKUP DATABASE"/>
+      <manual type="CSV"/>
+      <manual type="CHAR"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="35117"/>
+    </bugs>
+
+    <versions>
+      <version ver="6.0.7"/>
+    </versions>
+
+    <message>
+
+      <para>
+        <literal>CSV</literal> tables with
<literal>CHAR</literal>
+        columns caused <literal>BACKUP DATABASE</literal> to produce a
+        server crash.
+      </para>
+
+    </message>
+
+  </logentry>
+
 </changelog>


Thread
svn commit - mysqldoc@docsrva: r11752 - in trunk: . dynamic-docs/changelogpaul.dubois10 Sep