2008.07.14

MySQL

MySQL 5.1.26rc版がリリースされました。

オリジナル版: http://dev.mysql.com/doc/refman/5.1/en/news-5-1-26.html

最も普及しているオープンソースデータベースの新たなリリース候補であるMySQL 5.1.26rc版がリリースされました。

MySQL 5.1.26rc版はMySQL 5.1を製品版(GA版)として公表する前のリリース候補となっています。したがって、残りのクリティカルな問題の解決を確実にするために、本リリースのご意見およびコミュニティテストを頂けると嬉しいです。

MySQL 5.1.26rc版はまだ安定版候補のリリースであり、他の多くの試作商品リリースと同様、商品レベルのシステムまたは、重要なデータを含むシステムに対してインストールしないように注意してください。5.0使用の商品レベルのシステムについては、以下のMySQL Enterpriseの商品説明のページをご覧ください。

http://mysql.com/products/enterprise/

MySQL 5.1.26rc版は、http://dev.mysql.com/downloads/とミラーサイトのダウンロード・ページから、ソースコード及び多くのプラットフォームのためのバイナリで現在利用可能です。

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

さらに、私たちのミラーサイトのいくつかが破損ファイルを提供しているかもしれないという問題が現在あることにご注意ください。この問題解決のためにミラーサイトの管理者と共に努力しています。

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

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

以下のセクションはMySQL5.1の最も最近にリリースされたバージョンであるMySQL5.1.25rc版と比較してのMySQLソースコードにおけるバージョン間の変更を記載しています。

http://dev.mysql.com/doc/refman/5.1/en/news-5-1-26.html

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

=======================================================================

News from the Changelog:

     Functionality added or changed:
       * The FEDERATED storage engine now is disabled by default in
         binary distributions. The engine is still available and can be
         enabled by starting the server with the --federated option.
         (Bug#37069: http://bugs.mysql.com/37069)

     Bugs fixed:
       * An empty bit-string literal (b'') caused a server crash.
         Now the expression is accepted as an empty binary string
         (which   has   a   value   of  0  in  numeric  context).
         (Bug#35658: http://bugs.mysql.com/35658)
       * Replication:  Performing  an insert on a table having an
         AUTO_INCREMENT column and an INSERT trigger that was being
         replicated from a master running MySQL 5.0 or any version of
         MySQL 5.1 up to and including MySQL 5.1.11 to a slave running
         MySQL 5.1.12 or later caused the replication slave to crash.
         (Bug#36443: http://bugs.mysql.com/36443)
         See also Bug#33029: http://bugs.mysql.com/33029
       * Row-based replication broke for utf8 CHAR columns longer than
         85 characters. (Bug#37426: http://bugs.mysql.com/37426)
       * NOT IN subqueries that selected MIN() or MAX() values but
         produced  an  empty  result  could cause a server crash.
         (Bug#37004: http://bugs.mysql.com/37004)
       * ha_innodb.so  was incorrectly installed in the lib/mysql
         directory     rather     than    in    lib/mysql/plugin.
         (Bug#36434: http://bugs.mysql.com/36434)
       * The code for detecting a byte order mark (BOM) caused mysql to
         crash for empty input.
         (Bug#35480: http://bugs.mysql.com/35480)
       * The mysql client incorrectly parsed statements containing the
         word "delimiter" in mid-statement.
         (Bug#33812: http://bugs.mysql.com/33812)