Author: paul
Date: 2008-02-25 21:00:06 +0100 (Mon, 25 Feb 2008)
New Revision: 10008
Log:
r29500@frost: paul | 2008-02-25 13:56:08 -0600
Document bugfixes:
Bug#18942: DROP DATABASE does not drop an orphan FOREIGN KEY constraint
Bug#21158: mysql_config doesn't include -lmygcc
Bug#24624: MySQL client ignores its own completion table
Bug#28460: mysqlhotcopy silently skips a database with two alphanumerics name
Bug#29477: VIEW-s insertability
Bug#29560: InnoDB >= 5.0.30 hangs on adaptive hash rw-lock 'waiting for an X-lock'
Bug#31040: Subqueries: query with two semi-join subqueries causes assertion failure
Bug#31745: mysqld crash handler does not work on windows
Bug#31929: Windows build fails with >=4 Parallel build threads.
Bug#32044: some of the tests (backup, drop, query_cache, etc) will timeout on Windows
Bug#32083: server crashes on show status when InnoDB is not initialized
Bug#32679: mysqld_safe looks for errmsg.sys in wrong path
Bug#33841: mysql client crashes when returning results for long running queries
Bug#34339: mysql_explain_log fails if queries have embedded comments
Modified:
trunk/dynamic-docs/changelog/mysqld-1.xml
trunk/dynamic-docs/changelog/mysqld.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:34985
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:29468
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:29591
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:34985
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:29500
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:29591
Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml 2008-02-25 19:56:11 UTC (rev 10007)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml 2008-02-25 20:00:06 UTC (rev 10008)
Changed blocks: 1, Lines Added: 382, Lines Deleted: 0; 7061 bytes
@@ -9379,4 +9379,386 @@
</logentry>
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="views"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="29477"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.0.56"/>
+ <version ver="5.1.24"/>
+ <version ver="6.0.5"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Views were treated as insertable even if some base table columns
+ with no default value were omitted from the view definition.
+ (This is contrary to the condition for insertability that a view
+ must contain all columns in the base table that do not have a
+ default value.)
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="mysqltest_embedded.exe"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="32044"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.24"/>
+ <version ver="6.0.5"/>
+ </versions>
+
+ <message>
+
+ <para>
+ On Windows, <command>mysqltest_embedded.exe</command> did not
+ properly execute the <literal>send</literal> command.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="optimizer"/>
+ <manual type="subqueries"/>
+ <manual type="semi-join"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="31040"/>
+ </bugs>
+
+ <versions>
+ <version ver="4.1.24"/>
+ <version ver="5.0.56"/>
+ <version ver="5.1.24"/>
+ <version ver="6.0.5"/>
+ </versions>
+
+ <message>
+
+ <para>
+ An assertion failure occurred for queries containing two
+ subqueries if both subqueries were evaluated using a semi-join
+ strategy.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="InnoDB"/>
+ <manual type="foreign keys"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="18942"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.24"/>
+ <version ver="6.0.5"/>
+ </versions>
+
+ <message>
+
+ <para>
+ <literal>DROP DATABASE</literal> did not drop orphaned
+ <literal>FOREIGN KEY</literal> constraints.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="mysql_config"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="21158"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.0.58"/>
+ <version ver="5.1.24"/>
+ <version ver="6.0.5"/>
+ </versions>
+
+ <message>
+
+ <para>
+ <command>mysql_config</command> output did not include
+ <literal>-lmygcc</literal> on some platforms when it was needed.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="InnoDB"/>
+ <manual type="partitioning"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="33349"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.24"/>
+ </versions>
+
+ <message>
+
+ <para>
+ For <literal>InnoDB</literal> tables, there was a race condition
+ involving the data dictionary and repartitioning.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="SHOW STATUS"/>
+ <manual type="InnoDB"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="32083"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.0.58"/>
+ </versions>
+
+ <message>
+
+ <para>
+ <literal>SHOW STATUS</literal> caused a server crash if
+ <literal>InnoDB</literal> had not been initialized.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="mysql_explain_log"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="34339"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.0.58"/>
+ </versions>
+
+ <message>
+
+ <para>
+ <command>mysql_explain_log</command> concatenated multiple-line
+ statements, causing malformed results for statements that
+ contained SQL comments beginning with <literal>--</literal>.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="mysql"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="33841"/>
+ </bugs>
+
+ <versions>
+ <version ver="4.1.24"/>
+ <version ver="5.0.58"/>
+ <version ver="5.1.24"/>
+ <version ver="6.0.5"/>
+ </versions>
+
+ <message>
+
+ <para>
+ An internal buffer in <command>mysql</command> was too short.
+ Overextending it could cause stack problems or segmentation
+ violations on some architectures. (This is not a problem that
+ could be exploited to run arbitrary code.)
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="Windows"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="31745"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.0.58"/>
+ <version ver="5.1.24"/>
+ <version ver="6.0.5"/>
+ </versions>
+
+ <message>
+
+ <para>
+ The <command>mysqld</command> crash handler failed on Windows.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="mysqld_safe"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="32679"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.23"/>
+ <version ver="6.0.4"/>
+ </versions>
+
+ <message>
+
+ <para>
+ <command>mysqld_safe</command> looked for error messages in the
+ wrong location.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="Windows"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="31929"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.24"/>
+ <version ver="6.0.5"/>
+ </versions>
+
+ <message>
+
+ <para>
+ On Windows, the build process failed with four parallel build
+ threads.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="mysqlhotcopy"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="28460"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.0.58"/>
+ <version ver="5.1.24"/>
+ <version ver="6.0.5"/>
+ </versions>
+
+ <message>
+
+ <para>
+ <command>mysqlhotcopy</command> silently skipped databases with
+ names consisting of two alphanumeric characters.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="mysql"/>
+ <manual type="completion"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="24624"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.0.58"/>
+ <version ver="5.1.24"/>
+ <version ver="6.0.5"/>
+ </versions>
+
+ <message>
+
+ <para>
+ <command>mysql</command> did not use its completion table. Also,
+ the table contained few entries.
+ </para>
+
+ </message>
+
+ </logentry>
+
</changelog>
Modified: trunk/dynamic-docs/changelog/mysqld.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld.xml 2008-02-25 19:56:11 UTC (rev 10007)
+++ trunk/dynamic-docs/changelog/mysqld.xml 2008-02-25 20:00:06 UTC (rev 10008)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 0; 448 bytes
@@ -83544,6 +83544,7 @@
<version ver="5.0.33"/>
<version ver="5.0.30"/>
<version ver="4.1.23"/>
+ <version ver="5.1.24"/>
</versions>
<message>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r10008 - in trunk: . dynamic-docs/changelog | paul | 25 Feb |