2009.08.24

MySQL

MySQL Community Server 5.0.85がリリースされました。

オリジナル版:http://dev.mysql.com/doc/refman/5.0/en/news-5-0-85.html

最も普及しているオープンソースデータベース管理システムの新バージョンであるMySQL Community Server 5.0.85がリリースされました。MySQL Community Server 5.0リリースシリーズにおける本リリースと以降のリリースは、MySQL Enterprise Serverのカウンターパートに対応するバージョン番号を共有します。

MySQL 5.0.85は、http://dev.mysql.com/downloads/およびミラーサイトから、ソースコード及び多くのプラットフォームのためのバイナリで現在利用可能です。

すべてのミラーサイトが現在、最新であるとは限らないことに注意してください。
あるミラーサイトで本バージョンを見つけることができない場合は、再度確認を行うか、あるいは別のダウンロード・サイトを選択してください。

バグレポート、バグ修正、パッチ等の情報をお待ちしておりますので、以下のページをご利用ください。

http://forge.mysql.com/wiki/Contributing


十分に業界標準に達したiccでコンパイルされるLinux IA64用パッケージの作成に問題が生じたため、"IA64, glibc-2.3, dynamic, icc"の提供を継続しないことに決定しました。iccでコンパイルされるIA64用のRed HatとSuSEの特定RPMはまだ利用可能であることに注意してください。

以下のセクションは、以前のリリースであるMySQL Community Server 5.0.84以来のMySQLソースコードにおけるバージョン間の変更を記載しています。

http://dev.mysql.com/doc/refman/5.0/en/news-5-0-85.html


あなたが使用するバージョンおよび機能と関係のある修正に関するより詳細かつ個別の更新アラートを受けたい場合、MySQL Enterpriseへの申し込みを検討してください。(商用でMySQLが提供しています)。より詳細な個別の修正情報は以下を参照してください。

http://www.mysql.com/products/enterprise/advisors.html

以下は、追加または変更された機能です。

Bugs fixed:

  *  The server printed warnings at startup about adjusting the
     value of the max_join_size system variable. (These were
     harmless, but might be seen by users as significant.)
     (Bug#46385:http://bugs.mysql.com/46385)

   * The server crashed if evaluation of GROUP_CONCAT(... ORDER BY)
     required allocation of a sort buffer but allocation failed.
     (Bug#46080:http://bugs.mysql.com/46080)

   * After an error such as a table-full condition, INSERT IGNORE
     could cause an assertion failure for debug builds.
     (Bug#46075:http://bugs.mysql.com/46075)

   * An optimization that moved an item from a subquery to an outer
     query could cause a server crash.
     (Bug#46051:http://bugs.mysql.com/46051)

   * Several Valgrind warnings were corrected.
     (Bug#46003:http://bugs.mysql.com/46003,
    Bug#46034:http://bugs.mysql.com/46034,
    Bug#46042:http://bugs.mysql.com/46042)

   * For problems reading SSL files during SSL initialization, the
     server wrote error messages to stderr rather than to the error
     log. (Bug#45770:http://bugs.mysql.com/45770)

   * The vendor name change from MySQL AB to Sun Microsystems, Inc.
     in RPM packages was not handled gracefully when upgrading
     MySQL using an RPM package.
     (Bug#45534:http://bugs.mysql.com/45534)

   * Compiler warnings on Windows were fixed.
     (Bug#45287:http://bugs.mysql.com/45287)

   * Invalid memory reads could occur using the compressed
     client/server protocol.
     (Bug#45031:http://bugs.mysql.com/45031)

   * Invalid input could cause invalid memory reads by the parser.
     (Bug#45010:http://bugs.mysql.com/45010)

   * The server did not always check the return value of calls to
     the hash_init() function.
     (Bug#43572:http://bugs.mysql.com/43572)

   * A test for stack growth failed on some platforms, leading to
     server crashes. (Bug#42213:http://bugs.mysql.com/42213)

   * SHOW PROCESSLIST could access freed memory of a stored
     procedure run in a concurrent session.
     (Bug#38816:http://bugs.mysql.com/38816)

   * make_binary_distribution did not always generate correct
     distribution names. (Bug#37808:http://bugs.mysql.com/37808)

   * The server crashed when executing a prepared statement
     containing a duplicated MATCH() function call in the select
     list and ORDER BY clause; for example, SELECT MATCH(a)
     AGAINST('test') FROM t1 ORDER BY MATCH(a) AGAINST('test').
     (Bug#37740:http://bugs.mysql.com/37740)

   * If InnoDB reached its limit on the number of concurrent
     transactions (1023), it wrote a descriptive message to the
     error log but returned a misleading error message to the
     client, or an assertion failure occurred.
     (Bug#18828:http://bugs.mysql.com/18828)