List:Commits« Previous MessageNext Message »
From:jon Date:April 9 2008 4:25pm
Subject:svn commit - mysqldoc@docsrva: r10433 - trunk/dynamic-docs/changelog
View as plain text  
Author: jstephens
Date: 2008-04-09 18:25:35 +0200 (Wed, 09 Apr 2008)
New Revision: 10433

Log:

Documented Server bugfixes:

  Bug #20752, Bug #26978, Bug #33288, Bug #33067, Bug #35675



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


Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml	2008-04-09 08:42:29 UTC (rev 10432)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2008-04-09 16:25:35 UTC (rev 10433)
Changed blocks: 1, Lines Added: 136, Lines Deleted: 0; 2882 bytes

@@ -9,6 +9,142 @@
   <logentry entrytype="bug">
 
     <tags>
+      <manual type="CSV"/>
+      <manual type="UPDATE"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="33067"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.23-ndb-6.3.11"/>
+      <version ver="5.1.24"/>
+      <version ver="6.0.5"/>
+    </versions>
+
+    <message>
+
+      <para>
+        The <literal>CSV</literal> engine did not honor update requests
+        for <literal>BLOB</literal> columns when the new column value
+        had the same length as the value to be updated.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="mysql"/>
+      <manual type="clients"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="33288"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.24"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Using <keycap>Control-R</keycap> in the <command>mysql</command>
+        client caused it to crash.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="ARCHIVE"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="26978"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.24"/>
+      <version ver="6.0.5"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Memory corruption, a crash of the MySQL server, or both, could
+        take place if a low-level I/O error occurred while an
+        <literal>ARCHIVE</literal> table was being opened.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="binlog"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="35675"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.24"/>
+      <version ver="6.0.5"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Manually replacing a binary log file with a directory having the
+        same name caused an error that was not handled correctly.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="BENCHMARK()"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="20752"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.23-ndb-6.3.11"/>
+      <version ver="5.1.24"/>
+      <version ver="6.0.5"/>
+    </versions>
+
+    <message>
+
+      <para>
+        The <function role="sql">BENCHMARK()</function> function,
+        invoked with more than 2147483648 iterations (the size of a
+        signed 32-bit integer), terminated prematurely.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
       <highlight type="replication"/>
       <manual type="PURGE BINARY LOGS"/>
     </tags>


Thread
svn commit - mysqldoc@docsrva: r10433 - trunk/dynamic-docs/changelogjon9 Apr