List:Commits« Previous MessageNext Message »
From:paul Date:November 11 2006 3:51am
Subject:svn commit - mysqldoc@docsrva: r3917 - in trunk: . refman-4.1 refman-5.0 refman-5.1
View as plain text  
Author: paul
Date: 2006-11-11 04:51:29 +0100 (Sat, 11 Nov 2006)
New Revision: 3917

Log:
 r11991@frost:  paul | 2006-11-10 21:50:06 -0600
 Documenting bugfixes: +1
 Bug#15815
 Bug#19024
 Bug#21726
 Bug#22868


Modified:
   trunk/refman-4.1/news-4.1.xml
   trunk/refman-5.0/releasenotes-es-5.0.xml
   trunk/refman-5.1/news-5.1.xml

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


Modified: trunk/refman-4.1/news-4.1.xml
===================================================================
--- trunk/refman-4.1/news-4.1.xml	2006-11-11 03:28:22 UTC (rev 3916)
+++ trunk/refman-4.1/news-4.1.xml	2006-11-11 03:51:29 UTC (rev 3917)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 0; 668 bytes

@@ -271,6 +271,13 @@
 
       <listitem>
         <para>
+          The value of <literal>LAST_INSERT_ID()</literal> was not
+          always updated correctly within stored routines. (Bug #21726)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           <literal>FROM_UNIXTIME()</literal> did not accept arguments up
           to <literal>POWER(2,31)-1</literal>, which it had previously.
           (Bug #9191)


Modified: trunk/refman-5.0/releasenotes-es-5.0.xml
===================================================================
--- trunk/refman-5.0/releasenotes-es-5.0.xml	2006-11-11 03:28:22 UTC (rev 3916)
+++ trunk/refman-5.0/releasenotes-es-5.0.xml	2006-11-11 03:51:29 UTC (rev 3917)
Changed blocks: 2, Lines Added: 31, Lines Deleted: 1; 1633 bytes

@@ -89,7 +89,6 @@
     <itemizedlist>
 
       <listitem>
-
         <para>
           <literal>NDB Cluster</literal>: Attempting to create an
           <literal>NDB</literal> table on a MySQL with an existing

@@ -385,6 +384,37 @@
 
       <listitem>
         <para>
+          The value of the <literal>warning_count</literal> system
+          variable was not being calculated correctly (also affecting
+          <literal>SHOW COUNT(*) WARNINGS</literal>). (Bug #19024)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <literal>InnoDB</literal> exhibited thread thrashing with more
+          than 50 concurrent connections under an update-intensive
+          workload. (Bug #22868)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <literal>InnoDB</literal> showed substandard performance with
+          multiple queries running concurrently. (Bug #15815)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          There was a race condition in the <literal>InnoDB</literal>
+          <literal>fil_flush_file_spaces()</literal> function. (Bug
+          #24098)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           <literal>FROM_UNIXTIME()</literal> did not accept arguments up
           to <literal>POWER(2,31)-1</literal>, which it had previously.
           (Bug #9191)


Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml	2006-11-11 03:28:22 UTC (rev 3916)
+++ trunk/refman-5.1/news-5.1.xml	2006-11-11 03:51:29 UTC (rev 3917)
Changed blocks: 1, Lines Added: 23, Lines Deleted: 0; 1157 bytes

@@ -107,6 +107,29 @@
 
       <listitem>
         <para>
+          The value of the <literal>warning_count</literal> system
+          variable was not being calculated correctly (also affecting
+          <literal>SHOW COUNT(*) WARNINGS</literal>). (Bug #19024)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <literal>InnoDB</literal> showed substandard performance with
+          multiple queries running concurrently. (Bug #15815)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          There was a race condition in the <literal>InnoDB</literal>
+          <literal>fil_flush_file_spaces()</literal> function. (Bug
+          #24098)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           <literal>FROM_UNIXTIME()</literal> did not accept arguments up
           to <literal>POWER(2,31)-1</literal>, which it had previously.
           (Bug #9191)


Thread
svn commit - mysqldoc@docsrva: r3917 - in trunk: . refman-4.1 refman-5.0 refman-5.1paul11 Nov