List:Commits« Previous MessageNext Message »
From:paul Date:April 27 2006 3:46am
Subject:svn commit - mysqldoc@docsrva: r1948 - in trunk: . refman-common
View as plain text  
Author: paul
Date: 2006-04-27 05:46:22 +0200 (Thu, 27 Apr 2006)
New Revision: 1948

Log:
 r9794@frost:  paul | 2006-04-26 22:00:24 -0500
 Document bugfixes:
 Bug#13621
 Bug#18344
 Bug#18964
 Bug#19190


Modified:
   trunk/
   trunk/refman-common/news-4.0.xml
   trunk/refman-common/news-4.1.xml
   trunk/refman-common/news-5.0.xml
   trunk/refman-common/news-5.1.xml


Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:6954
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:9758
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4590
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:6954
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:9794
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4590

Modified: trunk/refman-common/news-4.0.xml
===================================================================
--- trunk/refman-common/news-4.0.xml	2006-04-26 17:23:16 UTC (rev 1947)
+++ trunk/refman-common/news-4.0.xml	2006-04-27 03:46:22 UTC (rev 1948)
@@ -176,6 +176,14 @@
 
       <listitem>
         <para>
+          Avoid trying to include
+          <filename>&lt;asm/atomic.h&gt;</filename> when it doesn't work
+          in C++ code. (Bug #13621)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           <literal>BIT_COUNT()</literal> could return an incorrect value
           for right table columns in a <literal>LEFT JOIN</literal>.
           (Bug #13044)

Modified: trunk/refman-common/news-4.1.xml
===================================================================
--- trunk/refman-common/news-4.1.xml	2006-04-26 17:23:16 UTC (rev 1947)
+++ trunk/refman-common/news-4.1.xml	2006-04-27 03:46:22 UTC (rev 1948)
@@ -219,6 +219,14 @@
 
       <listitem>
         <para>
+          Avoid trying to include
+          <filename>&lt;asm/atomic.h&gt;</filename> when it doesn't work
+          in C++ code. (Bug #13621)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           Executing <literal>SELECT</literal> on a large table that had
           been compressed within <command>myisampack</command> could
           cause a crash. (Bug #17917)

Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml	2006-04-26 17:23:16 UTC (rev 1947)
+++ trunk/refman-common/news-5.0.xml	2006-04-27 03:46:22 UTC (rev 1948)
@@ -248,6 +248,38 @@
 
       <listitem>
         <para>
+          Corrected a syntax error in
+          <command>mysql-test-run.sh</command>. (Bug #19190)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          A missing <literal>DBUG_RETURN()</literal> caused the server
+          to emit a spurious error message: <literal>missing DBUG_RETURN
+          or DBUG_VOID_RETURN macro in function "open_table"</literal>.
+          (Bug #18964)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <literal>DROP DATABASE</literal> did not drop stored routines
+          associated with the database if the database name was longer
+          than 21 characters. (Bug #18344)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Avoid trying to include
+          <filename>&lt;asm/atomic.h&gt;</filename> when it doesn't work
+          in C++ code. (Bug #13621)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           Executing <literal>SELECT</literal> on a large table that had
           been compressed within <command>myisampack</command> could
           cause a crash. (Bug #17917)

Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml	2006-04-26 17:23:16 UTC (rev 1947)
+++ trunk/refman-common/news-5.1.xml	2006-04-27 03:46:22 UTC (rev 1948)
@@ -143,16 +143,16 @@
     </para>
 
     <itemizedlist>
-      
+
       <listitem>
         <para>
           <literal>NDB Cluster</literal>: A 5.1.6 or newer server did
           not read local checkpoints recorded by any other 5.1 version,
           thus preventing a system restart following an upgrade. (Bug
-          #19333) 
+          #19333)
         </para>
       </listitem>
-      
+
       <listitem>
         <para>
           <literal>NDB Cluster</literal>: Trying to restore the
@@ -160,27 +160,27 @@
           backup failed on a 5.1 server. (Bug #18935)
         </para>
       </listitem>
-      
+
       <listitem>
         <para>
           <literal>NDB Cluster</literal> (Disk Data): <literal>CREATE
-            LOGFILE GROUP</literal> accepted values other than
+          LOGFILE GROUP</literal> accepted values other than
           <literal>NDB</literal> or <literal>NDBCLUSTER</literal> in the
           <literal>ENGINE</literal> clause. (Bug #18604)
         </para>
       </listitem>
-      
+
       <listitem>
         <para>
           <literal>NDB Cluster</literal> (Disk Data): Omitting the
           required <literal>ENGINE</literal> clause from a
           <literal>CREATE LOGFILE GROUP</literal> or <literal>CREATE
-            TABLESPACE</literal> statement caused the server to crash.
-          An appropriate error message is now returned instead. (Bug
+          TABLESPACE</literal> statement caused the server to crash. An
+          appropriate error message is now returned instead. (Bug
           #18603)
         </para>
       </listitem>
-      
+
       <listitem>
         <para>
           <literal>NDB Cluster</literal>: <command>mysqldump</command>
@@ -191,6 +191,22 @@
 
       <listitem>
         <para>
+          <literal>DROP DATABASE</literal> did not drop stored routines
+          associated with the database if the database name was longer
+          than 21 characters. (Bug #18344)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Avoid trying to include
+          <filename>&lt;asm/atomic.h&gt;</filename> when it doesn't work
+          in C++ code. (Bug #13621)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           Executing <literal>SELECT</literal> on a large table that had
           been compressed within <command>myisampack</command> could
           cause a crash. (Bug #17917)

Thread
svn commit - mysqldoc@docsrva: r1948 - in trunk: . refman-commonpaul27 Apr