Author: mcbrown
Date: 2009-08-11 01:15:25 +0200 (Tue, 11 Aug 2009)
New Revision: 16057
Log:
Automatic update from openbugs
Modified:
trunk/dynamic-docs/changelog/bugversions.xml
trunk/dynamic-docs/open-bugs/mysqld.xml
Modified: trunk/dynamic-docs/changelog/bugversions.xml
===================================================================
--- trunk/dynamic-docs/changelog/bugversions.xml 2009-08-10 23:02:14 UTC (rev 16056)
+++ trunk/dynamic-docs/changelog/bugversions.xml 2009-08-10 23:15:25 UTC (rev 16057)
Changed blocks: 3, Lines Added: 57, Lines Deleted: 7; 2117 bytes
@@ -185065,7 +185065,7 @@
</bug>
<bug id="46295">
- <desc>Assertion Error and Node crash when importing 2540 tables (errno: 4247)</desc>
+ <desc>Create index can create crash if running out of table records</desc>
<version ver="5.1.34"/>
<version ver="7.0.6"/>
@@ -186033,12 +186033,6 @@
<version ver="5.1.35"/>
</bug>
- <bug id="46566">
-
- <desc>Cluster should allow schema alterations whilst nodes are starting</desc>
- <version ver="6.3.24"/>
-
- </bug>
<bug id="46568">
<desc>Non primary key fields not recorded in exceptions table in event of conflicts</desc>
@@ -186215,5 +186209,61 @@
<version ver="5.1.31"/>
</bug>
+ <bug id="46624">
+ <desc>In Inserts truncate chars in strings after space.</desc>
+ <version ver="5.2.2"/>
+
+ </bug>
+ <bug id="46626">
+
+ <desc>Unable to copy-paste selected tables between two instances of Workbench</desc>
+ <version ver="5.1.16"/>
+
+ </bug>
+ <bug id="46628">
+
+ <desc>server hang and crash</desc>
+ <version ver="5.0.67"/>
+ <version ver="5.0.84"/>
+
+ </bug>
+ <bug id="46634">
+
+ <desc>Underscore in database name is not shown</desc>
+ <version ver="5.1.6"/>
+ <version ver="5.2.2"/>
+
+ </bug>
+ <bug id="46635">
+
+ <desc>Impossible to connect to any MySQL DB Server.</desc>
+ <version ver="5.2.2"/>
+
+ </bug>
+ <bug id="46636">
+
+ <desc>True .frm limit</desc>
+ <version ver="5.0.45"/>
+
+ </bug>
+ <bug id="46638">
+
+ <desc>mysql_upgrade needs --disable-log-bin option</desc>
+ <version ver="5.0.84"/>
+
+ </bug>
+ <bug id="46639">
+
+ <desc>1030 (HY000): Got error 124 from storage engine on INSERT ... SELECT ...</desc>
+ <version ver="5.1.36"/>
+
+ </bug>
+ <bug id="46640">
+
+ <desc>output from mysqlbinlog command in 5.1 breaks replication</desc>
+ <version ver="5.1.36"/>
+
+ </bug>
+
</bugversions>
Modified: trunk/dynamic-docs/open-bugs/mysqld.xml
===================================================================
--- trunk/dynamic-docs/open-bugs/mysqld.xml 2009-08-10 23:02:14 UTC (rev 16056)
+++ trunk/dynamic-docs/open-bugs/mysqld.xml 2009-08-10 23:15:25 UTC (rev 16057)
Changed blocks: 21, Lines Added: 117, Lines Deleted: 119; 7410 bytes
@@ -36,38 +36,6 @@
<logentry entrytype="custom" customname="open-bugs">
<tags>
- <manual type="C API"/>
- </tags>
-
- <bugs>
- <fixes bugid="45017"/>
- </bugs>
-
- <versions>
- <version ver="5.1"/>
- <targetfix ver="5.1"/>
- </versions>
-
- <message>
-
- <para>
- %BUGID%: Failure to connect if hostname maps to multiple
- addresses
- </para>
-
- <itemizedlist>
-
- <listitem></listitem>
-
- </itemizedlist>
-
- </message>
-
- </logentry>
-
- <logentry entrytype="custom" customname="open-bugs">
-
- <tags>
<manual type="Client"/>
</tags>
@@ -336,7 +304,7 @@
</tags>
<bugs>
- <fixes bugid="43435"/>
+ <fixes bugid="45058"/>
</bugs>
<versions>
@@ -347,8 +315,7 @@
<message>
<para>
- %BUGID%: LOCK_open does not use
- <literal>MY_MUTEX_INIT_FAST</literal>
+ %BUGID%: init_available_charsets uses double checked locking
</para>
<itemizedlist>
@@ -368,7 +335,7 @@
</tags>
<bugs>
- <fixes bugid="44521"/>
+ <fixes bugid="45387"/>
</bugs>
<versions>
@@ -379,8 +346,8 @@
<message>
<para>
- %BUGID%: Prepared Statement: <literal>CALL</literal> p() -
- crashes: `! thd->main_da.is_sent' failed et.al.
+ %BUGID%: Information about statement id for prepared statements
+ missed from general log
</para>
<itemizedlist>
@@ -400,7 +367,7 @@
</tags>
<bugs>
- <fixes bugid="45058"/>
+ <fixes bugid="45638"/>
</bugs>
<versions>
@@ -411,7 +378,7 @@
<message>
<para>
- %BUGID%: init_available_charsets uses double checked locking
+ %BUGID%: Create temporary table with engine innodb fails
</para>
<itemizedlist>
@@ -431,7 +398,7 @@
</tags>
<bugs>
- <fixes bugid="45387"/>
+ <fixes bugid="46043"/>
</bugs>
<versions>
@@ -442,8 +409,7 @@
<message>
<para>
- %BUGID%: Information about statement id for prepared statements
- missed from general log
+ %BUGID%: mysqld --skip-innodb does not skip InnoDB
</para>
<itemizedlist>
@@ -463,7 +429,7 @@
</tags>
<bugs>
- <fixes bugid="45638"/>
+ <fixes bugid="46486"/>
</bugs>
<versions>
@@ -474,7 +440,7 @@
<message>
<para>
- %BUGID%: Create temporary table with engine innodb fails
+ %BUGID%: warnings produced when running mysql_install_db
</para>
<itemizedlist>
@@ -494,7 +460,7 @@
</tags>
<bugs>
- <fixes bugid="46043"/>
+ <fixes bugid="46539"/>
</bugs>
<versions>
@@ -505,7 +471,8 @@
<message>
<para>
- %BUGID%: mysqld --skip-innodb does not skip InnoDB
+ %BUGID%: Various crashes on <literal>INSERT IGNORE
+ SELECT</literal> + <literal>SELECT FOR UPDATE</literal>
</para>
<itemizedlist>
@@ -521,11 +488,11 @@
<logentry entrytype="custom" customname="open-bugs">
<tags>
- <manual type="Server"/>
+ <manual type="Server: Archive"/>
</tags>
<bugs>
- <fixes bugid="46486"/>
+ <fixes bugid="46565"/>
</bugs>
<versions>
@@ -536,7 +503,7 @@
<message>
<para>
- %BUGID%: warnings produced when running mysql_install_db
+ %BUGID%: repair of partition fail for archive engine
</para>
<itemizedlist>
@@ -552,38 +519,6 @@
<logentry entrytype="custom" customname="open-bugs">
<tags>
- <manual type="Server"/>
- </tags>
-
- <bugs>
- <fixes bugid="46539"/>
- </bugs>
-
- <versions>
- <version ver="5.1"/>
- <targetfix ver="5.1"/>
- </versions>
-
- <message>
-
- <para>
- %BUGID%: Various crashes on <literal>INSERT IGNORE
- SELECT</literal> + <literal>SELECT FOR UPDATE</literal>
- </para>
-
- <itemizedlist>
-
- <listitem></listitem>
-
- </itemizedlist>
-
- </message>
-
- </logentry>
-
- <logentry entrytype="custom" customname="open-bugs">
-
- <tags>
<manual type="Server: Charsets"/>
</tags>
@@ -1724,38 +1659,6 @@
<logentry entrytype="custom" customname="open-bugs">
<tags>
- <manual type="Server: Errors"/>
- </tags>
-
- <bugs>
- <fixes bugid="46265"/>
- </bugs>
-
- <versions>
- <version ver="5.1"/>
- <targetfix ver="5.1"/>
- </versions>
-
- <message>
-
- <para>
- %BUGID%: Can not disable warning about unsafe statements for
- binary logging
- </para>
-
- <itemizedlist>
-
- <listitem></listitem>
-
- </itemizedlist>
-
- </message>
-
- </logentry>
-
- <logentry entrytype="custom" customname="open-bugs">
-
- <tags>
<manual type="Server: FTS"/>
</tags>
@@ -2704,20 +2607,19 @@
</tags>
<bugs>
- <fixes bugid="46583"/>
+ <fixes bugid="46607"/>
</bugs>
<versions>
<version ver="5.1"/>
- <targetfix ver="5.1.38"/>
+ <targetfix ver="5.1"/>
</versions>
<message>
<para>
- %BUGID%: Crash when non-<literal>NULL</literal> index for
- <literal>ORDER BY</literal> replaces cost-based optimizer's
- index
+ %BUGID%: Assertion failed: (cond_type ==
+ Item::<literal>FUNC_ITEM</literal>) results in server crash
</para>
<itemizedlist>
@@ -2733,6 +2635,38 @@
<logentry entrytype="custom" customname="open-bugs">
<tags>
+ <manual type="Server: Optimizer"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="46629"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1"/>
+ <targetfix ver="5.1"/>
+ </versions>
+
+ <message>
+
+ <para>
+ %BUGID%: Item_in_subselect::val_int(): Assertion `0' on subquery
+ inside a <literal>SP</literal>
+ </para>
+
+ <itemizedlist>
+
+ <listitem></listitem>
+
+ </itemizedlist>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="custom" customname="open-bugs">
+
+ <tags>
<manual type="Server: Packaging"/>
</tags>
@@ -3053,6 +2987,38 @@
</tags>
<bugs>
+ <fixes bugid="39893"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1"/>
+ <targetfix ver="5.1"/>
+ </versions>
+
+ <message>
+
+ <para>
+ %BUGID%: Crash if select on a partitioned table, when
+ partitioning is disabled
+ </para>
+
+ <itemizedlist>
+
+ <listitem></listitem>
+
+ </itemizedlist>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="custom" customname="open-bugs">
+
+ <tags>
+ <manual type="Server: Partition"/>
+ </tags>
+
+ <bugs>
<fixes bugid="44657"/>
</bugs>
@@ -4290,6 +4256,38 @@
<logentry entrytype="custom" customname="open-bugs">
<tags>
+ <manual type="Server: Views"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="46616"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1"/>
+ <targetfix ver="5.1"/>
+ </versions>
+
+ <message>
+
+ <para>
+ %BUGID%: Assertion `!table->auto_increment_field_not_null' on
+ view manipulations
+ </para>
+
+ <itemizedlist>
+
+ <listitem></listitem>
+
+ </itemizedlist>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="custom" customname="open-bugs">
+
+ <tags>
<manual type="Tests: Replication"/>
</tags>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r16057 - in trunk/dynamic-docs: changelog open-bugs | martin.brown | 11 Aug |