List:Commits« Previous MessageNext Message »
From:paul Date:January 8 2008 5:49pm
Subject:svn commit - mysqldoc@docsrva: r9514 - in trunk: . dynamic-docs/changelog
View as plain text  
Author: paul
Date: 2008-01-08 18:49:01 +0100 (Tue, 08 Jan 2008)
New Revision: 9514

Log:
 r23197@kite-hub:  paul | 2008-01-08 11:37:31 -0600
 Document bugfixes:
 Bug#27861: Can't compile a client application: unresolved external symbols
 Bug#31444: "InnoDB: Error: MySQL is freeing a thd" in innodb_mysql.test
 Bug#33057: mysql command line client slows down and uses 100% CPU when restoring dump


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

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


Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml	2008-01-08 17:48:14 UTC (rev 9513)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2008-01-08 17:49:01 UTC (rev 9514)
Changed blocks: 1, Lines Added: 92, Lines Deleted: 0; 2309 bytes

@@ -4199,4 +4199,96 @@
 
   </logentry>
 
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="InnoDB"/>
+      <manual type="locking"/>
+      <manual type="transactions"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="31444"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.23"/>
+      <version ver="6.0.4"/>
+    </versions>
+
+    <message>
+
+      <para>
+        <literal>InnoDB</literal> now tracks locking and use of tables
+        by MySQL only after a table has been successfully locked on
+        behalf of a transaction. Previously, the locked flag was set and
+        the table in-use counter was updated before checking whether the
+        lock on the table succeeded. A subsequent failure in obtaining a
+        lock on the table led to an inconsistent state as the table was
+        neither locked nor in use.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="mysql"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="33057"/>
+      <seealsobug bugid="11230"/>
+      <seealsobug bugid="26215"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.0.56"/>
+      <version ver="5.1.23"/>
+      <version ver="6.0.5"/>
+    </versions>
+
+    <message>
+
+      <para>
+        The fix for Bug#11230 and Bug#26215 introduced a significant
+        input-parsing slowdown for the <command>mysql</command> client.
+        This has been corrected.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="mysqlclient.lib"/>
+      <manual type="yaSSL"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="27861"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.0.48"/>
+      <version ver="5.0.51"/>
+      <version ver="5.1.22"/>
+    </versions>
+
+    <message>
+
+      <para>
+        On Windows, symbols for yaSSL and taocrypt were missing from
+        <filename>mysqlclient.lib</filename>, resulting in unresolved
+        symbol errors for clients linked against that library.
+      </para>
+
+    </message>
+
+  </logentry>
+
 </changelog>


Thread
svn commit - mysqldoc@docsrva: r9514 - in trunk: . dynamic-docs/changelogpaul8 Jan