List:Commits« Previous MessageNext Message »
From:paul Date:February 27 2006 8:05pm
Subject:svn commit - mysqldoc@docsrva: r1453 - in trunk: . refman-5.1
View as plain text  
Author: paul
Date: 2006-02-27 20:05:03 +0100 (Mon, 27 Feb 2006)
New Revision: 1453

Log:
 r8227@frost:  paul | 2006-02-27 13:00:50 -0600
 List the 5.1.7 showstoppers in the open-bugs section.


Modified:
   trunk/
   trunk/refman-5.1/problems.xml


Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:8216
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:3600
   + b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:8227
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:3600

Modified: trunk/refman-5.1/problems.xml
===================================================================
--- trunk/refman-5.1/problems.xml	2006-02-27 18:07:29 UTC (rev 1452)
+++ trunk/refman-5.1/problems.xml	2006-02-27 19:05:03 UTC (rev 1453)
@@ -4479,6 +4479,136 @@
 
         <listitem>
           <para>
+            MySQL Cluster fails to recover from an out-of-disk failure
+            when using disk data. (Bug #17614)
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
+            The event scheduler is subject to race conditions. (Bug
+            #17619)
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
+            MySQL Cluster data node failure occurs when deleting from a
+            small to midsize table when using disk data. (Bug #16492)
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
+            Cursors in stored routines can cause a server crash. (Bug
+            #16887)
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
+            A stored routine that drops and creates a table, and then
+            rolls back to a savepoint within a transaction can cause a
+            server crash. (Bug #17290)
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
+            Updating a range-partitioned <literal>NDB</literal> table
+            can cause a server crash. (Bug #16385)
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
+            <literal>DROP DATABASE</literal> does not drop events for
+            the database. (Bug #16406)
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
+            <literal>SELECT</literal> for a partitioned
+            <literal>NDB</literal> table sporadically fails. (Bug
+            #17390)
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
+            Use of the <option>--delimiter</option> option causes
+            <command>mysql</command> to be unable to connect to the
+            Instance Manager. (Bug #17485)
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
+            <command>mysql_fix_privilege_tables</command> doesn't create
+            the <literal>mysql.plugin</literal> table. (Bug #17568)
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
+            Deletion of binary log files can fail on Windows. (Bug
+            #17719)
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
+            The <option>--default-storage-engine</option> server option
+            does not work. (Bug #17196)
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
+            The <literal>EXAMPLE</literal> storage engine does not work
+            on Windows. (Bug #17721)
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
+            Use of memory mapping causes compilation failure on Windows.
+            (Bug #15535)
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
+            <command>mysqldump</command> does not dump events. (Bug
+            #16853)
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
+            The test suite software is not able to handle indeterminism
+            in order of <literal>SHOW PROCESSLIST</literal> rows (this
+            is not a server problem). (Bug #17578)
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
+            <literal>ALTER TABLE ... RENAME</literal> fails to rename a
+            partitioned <literal>MyISAM</literal> table. (Bug #17720)
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
+            Inserting into a partitioned <literal>MyISAM</literal> table
+            can fail on Windows. (Bug #17722)
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
             If you compare a <literal>NULL</literal> value to a subquery
             using <literal>ALL/ANY/SOME</literal> and the subquery
             returns an empty result, the comparison might evaluate to

Thread
svn commit - mysqldoc@docsrva: r1453 - in trunk: . refman-5.1paul27 Feb