Author: docauto
Date: 2009-09-26 02:06:15 +0200 (Sat, 26 Sep 2009)
New Revision: 16814
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-09-26 00:03:35 UTC (rev 16813)
+++ trunk/dynamic-docs/changelog/bugversions.xml 2009-09-26 00:06:15 UTC (rev 16814)
Changed blocks: 6, Lines Added: 47, Lines Deleted: 5; 2467 bytes
@@ -146160,9 +146160,7 @@
<bug id="34895">
<desc>'show procedure status' or 'show function status' + 'flush tables' crashes</desc>
- <version ver="5.0.56"/>
- <version ver="5.1.24"/>
- <version ver="6.0.5"/>
+ <version ver="5.0.86"/>
</bug>
<bug id="34897">
@@ -175156,6 +175154,7 @@
<desc>insert from trigger fires erroneous thread stack overrun error</desc>
<version ver="5.0.45"/>
+ <version ver="5.0.77"/>
</bug>
<bug id="43475">
@@ -175522,7 +175521,7 @@
</bug>
<bug id="43579">
- <desc>mysql_upgrade tries to alter log tables on replicated database </desc>
+ <desc>mysql_upgrade tries to alter log tables on replicated database</desc>
<version ver="6.0.10"/>
</bug>
@@ -178022,7 +178021,7 @@
</bug>
<bug id="44303">
- <desc>Assertion failures in Field_new_decimal::store_decimal, Field_datetime::store</desc>
+ <desc>Assertion failures in Field_xxx::store_xxx for materialized InsideOut semijoins</desc>
<version ver="5.4.4"/>
<version ver="6.0.10"/>
<version ver="6.0.12"/>
@@ -186997,6 +186996,7 @@
<desc>MySQL Browser generates Aborted connection warning on server</desc>
<version ver="1.2.17"/>
+ <version ver="5.1.36"/>
</bug>
<bug id="46893">
@@ -189380,5 +189380,47 @@
<version ver="6.0.2"/>
</bug>
+ <bug id="47637">
+ <desc>skip-dump-date option does not work</desc>
+ <version ver="5.0.51"/>
+
+ </bug>
+ <bug id="47645">
+
+ <desc>Segmentation fault when out of memory during handlerton initialization </desc>
+ <version ver="5.1.40"/>
+
+ </bug>
+ <bug id="47647">
+
+ <desc>Mysql Workbrench exporting incorrectly SQL code</desc>
+ <version ver="5.2.3"/>
+
+ </bug>
+ <bug id="47649">
+
+ <desc>crash during CALL procedure</desc>
+ <version ver="6.0.14"/>
+
+ </bug>
+ <bug id="47651">
+
+ <desc>Got temporary error 4025 'Node failure caused abort of transaction' </desc>
+ <version ver="7.0.6"/>
+
+ </bug>
+ <bug id="47653">
+
+ <desc>Error 1075: incorrect table definition</desc>
+ <version ver="5.0.4"/>
+
+ </bug>
+ <bug id="47654">
+
+ <desc>Can't tick index column in Foreign Keys tab</desc>
+ <version ver="5.1.18"/>
+
+ </bug>
+
</bugversions>
Modified: trunk/dynamic-docs/open-bugs/mysqld.xml
===================================================================
--- trunk/dynamic-docs/open-bugs/mysqld.xml 2009-09-26 00:03:35 UTC (rev 16813)
+++ trunk/dynamic-docs/open-bugs/mysqld.xml 2009-09-26 00:06:15 UTC (rev 16814)
Changed blocks: 19, Lines Added: 226, Lines Deleted: 29; 8338 bytes
@@ -248,6 +248,38 @@
</tags>
<bugs>
+ <fixes bugid="34777"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1"/>
+ <targetfix ver="5.1"/>
+ </versions>
+
+ <message>
+
+ <para>
+ %BUGID%: mysqlbinlog: --help output for --base64-output is hard
+ to understand
+ </para>
+
+ <itemizedlist>
+
+ <listitem></listitem>
+
+ </itemizedlist>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="custom" customname="open-bugs">
+
+ <tags>
+ <manual type="Client"/>
+ </tags>
+
+ <bugs>
<fixes bugid="34861"/>
</bugs>
@@ -835,6 +867,37 @@
</tags>
<bugs>
+ <fixes bugid="20837"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1"/>
+ <targetfix ver="5.1"/>
+ </versions>
+
+ <message>
+
+ <para>
+ %BUGID%: Apparent change of isolation level during transaction
+ </para>
+
+ <itemizedlist>
+
+ <listitem></listitem>
+
+ </itemizedlist>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="custom" customname="open-bugs">
+
+ <tags>
+ <manual type="Server"/>
+ </tags>
+
+ <bugs>
<fixes bugid="22891"/>
</bugs>
@@ -4611,6 +4674,38 @@
<logentry entrytype="custom" customname="open-bugs">
<tags>
+ <manual type="Server: DML"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="47576"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1"/>
+ <targetfix ver="5.1"/>
+ </versions>
+
+ <message>
+
+ <para>
+ %BUGID%: <literal>TRUNCATE TABLE</literal> for temporary tables
+ maps to <literal>DROP TABLE</literal>
+ </para>
+
+ <itemizedlist>
+
+ <listitem></listitem>
+
+ </itemizedlist>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="custom" customname="open-bugs">
+
+ <tags>
<manual type="Server: Docs"/>
</tags>
@@ -6997,6 +7092,37 @@
</tags>
<bugs>
+ <fixes bugid="44319"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1"/>
+ <targetfix ver="5.1"/>
+ </versions>
+
+ <message>
+
+ <para>
+ %BUGID%: Assertion failure in file ha_innodb.cc line 4018
+ </para>
+
+ <itemizedlist>
+
+ <listitem></listitem>
+
+ </itemizedlist>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="custom" customname="open-bugs">
+
+ <tags>
+ <manual type="Server: InnoDB"/>
+ </tags>
+
+ <bugs>
<fixes bugid="44320"/>
</bugs>
@@ -9246,6 +9372,38 @@
<logentry entrytype="custom" customname="open-bugs">
<tags>
+ <manual type="Server: Optimizer"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="47280"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1"/>
+ <targetfix ver="5.1"/>
+ </versions>
+
+ <message>
+
+ <para>
+ %BUGID%: strange results from count(*) with order by multiple
+ columns without where/group
+ </para>
+
+ <itemizedlist>
+
+ <listitem></listitem>
+
+ </itemizedlist>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="custom" customname="open-bugs">
+
+ <tags>
<manual type="Server: Options"/>
</tags>
@@ -11669,6 +11827,38 @@
</tags>
<bugs>
+ <fixes bugid="47175"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1"/>
+ <targetfix ver="5.1"/>
+ </versions>
+
+ <message>
+
+ <para>
+ %BUGID%: failing <literal>INSERT</literal>, transaction,
+ replication out of sync
+ </para>
+
+ <itemizedlist>
+
+ <listitem></listitem>
+
+ </itemizedlist>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="custom" customname="open-bugs">
+
+ <tags>
+ <manual type="Server: RBR"/>
+ </tags>
+
+ <bugs>
<fixes bugid="47312"/>
</bugs>
@@ -13012,19 +13202,20 @@
</tags>
<bugs>
- <fixes bugid="45825"/>
+ <fixes bugid="46014"/>
</bugs>
<versions>
<version ver="5.1"/>
<targetfix ver="5.1"/>
+ <fixedin ver="5.1.39"/>
</versions>
<message>
<para>
- %BUGID%: <literal>INSERT DELAYED</literal> is not unsafe: logged
- in statement format
+ %BUGID%: rpl_stm_reset_slave crashes the server sporadically in
+ pb2
</para>
<itemizedlist>
@@ -13044,20 +13235,27 @@
</tags>
<bugs>
- <fixes bugid="45827"/>
+ <fixes bugid="46030"/>
</bugs>
<versions>
<version ver="5.1"/>
+ <targetfix ver="5.1"/>
+ <fixedin ver="5.1.39"/>
</versions>
<message>
<para>
- %BUGID%: Stmt using two autoinc values does not produce unsafe
- warning
+ %BUGID%: rpl_truncate_3innodb causes server crash on windows
</para>
+ <itemizedlist>
+
+ <listitem></listitem>
+
+ </itemizedlist>
+
</message>
</logentry>
@@ -13069,20 +13267,20 @@
</tags>
<bugs>
- <fixes bugid="46014"/>
+ <fixes bugid="46129"/>
</bugs>
<versions>
<version ver="5.1"/>
<targetfix ver="5.1"/>
- <fixedin ver="5.1.39"/>
+ <fixedin ver="5.1.38"/>
</versions>
<message>
<para>
- %BUGID%: rpl_stm_reset_slave crashes the server sporadically in
- pb2
+ %BUGID%: Failing mixed stm (with trans and non-trans tables)
+ causes wrong seq in binlog
</para>
<itemizedlist>
@@ -13102,7 +13300,7 @@
</tags>
<bugs>
- <fixes bugid="46030"/>
+ <fixes bugid="46130"/>
</bugs>
<versions>
@@ -13114,7 +13312,7 @@
<message>
<para>
- %BUGID%: rpl_truncate_3innodb causes server crash on windows
+ %BUGID%: Slave does not correctly handle "expected errors"
</para>
<itemizedlist>
@@ -13134,20 +13332,18 @@
</tags>
<bugs>
- <fixes bugid="46129"/>
+ <fixes bugid="47160"/>
</bugs>
<versions>
<version ver="5.1"/>
<targetfix ver="5.1"/>
- <fixedin ver="5.1.38"/>
</versions>
<message>
<para>
- %BUGID%: Failing mixed stm (with trans and non-trans tables)
- causes wrong seq in binlog
+ %BUGID%: rpl_binlog_max_cache_size fails sporadically on PB2
</para>
<itemizedlist>
@@ -13167,19 +13363,19 @@
</tags>
<bugs>
- <fixes bugid="46130"/>
+ <fixes bugid="47287"/>
</bugs>
<versions>
<version ver="5.1"/>
<targetfix ver="5.1"/>
- <fixedin ver="5.1.39"/>
</versions>
<message>
<para>
- %BUGID%: Slave does not correctly handle "expected errors"
+ %BUGID%: <literal>RBR</literal>: replication diff on basic case
+ with txn- and non-txn tables in a statement
</para>
<itemizedlist>
@@ -13199,7 +13395,7 @@
</tags>
<bugs>
- <fixes bugid="47160"/>
+ <fixes bugid="47323"/>
</bugs>
<versions>
@@ -13210,7 +13406,8 @@
<message>
<para>
- %BUGID%: rpl_binlog_max_cache_size fails sporadically on PB2
+ %BUGID%: mysqlbinlog --verbose displays bad output when events
+ contain subset of columns
</para>
<itemizedlist>
@@ -13226,11 +13423,11 @@
<logentry entrytype="custom" customname="open-bugs">
<tags>
- <manual type="Server: Replication"/>
+ <manual type="Server: SE API"/>
</tags>
<bugs>
- <fixes bugid="47323"/>
+ <fixes bugid="39053"/>
</bugs>
<versions>
@@ -13241,8 +13438,8 @@
<message>
<para>
- %BUGID%: mysqlbinlog --verbose displays bad output when events
- contain subset of columns
+ %BUGID%: <literal>UNISTALL PLUGIN</literal> does not allow the
+ storage engine to cleanup open connections
</para>
<itemizedlist>
@@ -13258,11 +13455,11 @@
<logentry entrytype="custom" customname="open-bugs">
<tags>
- <manual type="Server: SE API"/>
+ <manual type="Server: SP"/>
</tags>
<bugs>
- <fixes bugid="39053"/>
+ <fixes bugid="34895"/>
</bugs>
<versions>
@@ -13273,8 +13470,8 @@
<message>
<para>
- %BUGID%: <literal>UNISTALL PLUGIN</literal> does not allow the
- storage engine to cleanup open connections
+ %BUGID%: 'show procedure status' or 'show function status' +
+ 'flush tables' crashes
</para>
<itemizedlist>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r16814 - in trunk/dynamic-docs: changelog open-bugs | martin.brown | 26 Sep |