2011.06.01

MySQL

MySQL 5.5.13 がリリースされました

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

MySQL 5.5.13は世界でもっともポピュラーなオープンソースデータベースの5.5のプロダクトリリースの新しいバージョンです。MySQL 5.5.13はプロダクションシステムでの使用をお勧めします。

MySQL 5.5は最新のマルチCPUやマルチコアハードウェアやオペレーティングシステムの利点を生かし、MySQLデータベースのパフォーマンスとスケーラビリ ティを改善するための影響の大きい変更をいくつか含んでいます。現在ではInnoDBがMySQLデータベースのデフォルトのストレージエンジンであり、 ACIDトランザクション、参照整合性、クラッシュリカバリをデフォルトで提供しています。

MySQL 5.5は以下の多くの新しい強化も含んでいます:

   - Windowsにおける特有の機能と改善を利用した著しいパフォーマンス向上
   - 新しい準同期レプリケーションとレプリケーションハートビートによるより高いレベルの可用性
   - 改善されたインデックスとテーブルパーティショニング、SIGNAL/RESIGNALサポート、そして新しいPERFORMANCE_SCHEMAに含まれる強化された診断法による改善されたユーザビリティ

MySQL 5.5の新機能のより完全な概観については、以下のリソースを参照下さい。

MySQL 5.5 GA、Tomas Ulinのインタビュー:

http://dev.mysql.com/tech-resources/interviews/thomas-ulin-mysql-55.html

ドキュメント:

http://dev.mysql.com/doc/refman/5.5/en/mysql-nutshell.html

ホワイトペーパー: MySQL 5.5の新機能

http://dev.mysql.com/doc/refman/5.5/en/mysql-nutshell.html

製品レベルのシステムでMySQLを稼動させているならば、MySQL製品、バックアップ、モニタリング、モデリング、開発、管理ツールの包括的なセット を含むMySQLパフォーマンス、セキュリティ、アップタイムの高いレベルを実現するMySQL Enterprise Editionの製品詳細に注目してください。

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

新しいサーバへMySQL 5.5.13をインストールする情報として、以下のMySQLのインストールドキュメントを参照してください。

http://dev.mysql.com/doc/refman/5.5/en/installing.html

前回のMySQLリリースからアップグレードするには、以下のアップグレードについての注意事項を参照してください。

http://dev.mysql.com/doc/refman/5.5/en/upgrading-from-previous-series.html

 

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

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

バグレポート、バグ修正、パッチ等の情報をお待ちしております。
http://forge.mysql.com/wiki/Contributing

 

次の節では、MySQL 5.5の以前のバージョンからのMySQLソースコードの変更を記載しています。これはオンラインでも閲覧できます。
http://dev.mysql.com/doc/refman/5.5/en/news-5-5-13.html

Changes in MySQL 5.5.13 :

    Note:

    Very old (MySQL 4.0) clients are not working temporarily due to a
    problem discovered after the release of MySQL 5.5.12. We are
    looking at fixing the problem.

    Bugs fixed:

      * InnoDB Storage Engine: If the server crashed while an XA
        transaction was prepared but not yet committed, the
        transaction could remain in the system after restart, and
        cause a subsequent shutdown to hang. (Bug #11766513, Bug
        #59641)

      * InnoDB Storage Engine: Similar problem to the foreign key
        error in bug #11831040 / 60196 / 60909, but with a different
        root cause and occurring on Mac OS X. With the setting
        lower_case_table_names=2, inserts into InnoDB tables covered
        by foreign key constraints could fail after a server restart.

      * Partitioning: The internal get_partition_set() function did
        not take into account the possibility that a key specification
        could be NULL in some cases. (Bug #12380149)

      * Partitioning: When executing a row-ordered retrieval index
        merge, the partitioning handler used memory from that
        allocated for the table, rather than that allocated to the
        query, causing table object memory not to be freed until the
        table was closed. (Bug #11766249, Bug #59316)

      * Replication: A spurious error malformed binlog: it does not
        contain any Format_description_log_event... was generated when
        mysqlbinlog was invoked using --base64-output=decode-row and
        --start-position=pos, where pos is a point in the binary log
        past the format description log event. However, there is
        nothing unsafe about not printing the format description log
        event, so the error has been removed for this case. (Bug
        #12354268)

      * Replication: Typographical errors appeared in the text of
        several replication error messages. (The word "position" was
        misspelled as "postion".) (Bug #11762616, Bug #55229)

      * Assignments to NEW.var_name within triggers, where var_name
        had a BLOB or TEXT type, were not properly handled and
        produced incorrect results. (Bug #12362125)

      * XA COMMIT could fail to clean up the error state if it
        discovered that the current XA transaction had to be rolled
        back. Consequently, the next XA transaction could raise an
        assertion when it checked for proper cleanup of the previous
        transaction. (Bug #12352846)

      * An internal client macro reference was removed from the
        client_plugin.h header file. This reference made the file
        unusable. (Bug #60746, Bug #12325444)

      * The server consumed memory for repeated invocation of some
        stored procedures, which was not released until the connection
        terminated. (Bug #60025, Bug #11848763)

      * The server did not check for certain invalid out of order
        sequences of XA statements, and these sequences raised an
        assertion. (Bug #59936, Bug #11766752, Bug #12348348)

      * With the conversion from GNU autotools to CMake for
        configuring MySQL, the USE_SYMDIR preprocessor symbol was
        omitted. This caused failure of symbolic links (described at
        Section 7.11.3.1, "Using Symbolic Links"). (Bug #59408, Bug
        #11766320)

      * The incorrect max_length value for YEAR values could be used
        in temporary result tables for UNION, leading to incorrect
        results. (Bug #59343, Bug #11766270)

      * In Item_func_in::fix_length_and_dec(), a Valgrind warning for
        uninitialized values was corrected. (Bug #59270, Bug
        #11766212)

      * In ROUND() calculations, a Valgrind warning for uninitialized
        memory was corrected. (Bug #58937, Bug #11765923)

      * Valgrind warnings caused by comparing index values to an
        uninitialized field were corrected. (Bug #58705, Bug
        #11765713)

      * LOAD DATA INFILE errors could leak I/O cache memory. (Bug
        #58072, Bug #11765141)

      * For LOAD DATA INFILE, multibyte character sequences could be
        pushed onto a stack too small to accommodate them. (Bug
        #58069, Bug #11765139)

      * Internal Performance Schema header files were unnecessarily
        installed publicly. (Bug #53281)

      * On Linux, the mysql client built using the bundled libedit did
        not read ~/.editrc. (Bug #49967, Bug #11757855)

      * The optimizer sometimes incorrectly processed HAVING clauses
        for queries that did not also have an ORDER BY clause. (Bug
        #48916, Bug #11756928)

      * PROCEDURE ANALYZE() could leak memory for NULL results, and
        could return incorrect results if used with a LIMIT clause.
        (Bug #48137, Bug #11756242)

      * With DISTINCT CONCAT(col,...) returned incorrect results when
        the arguments to CONCAT() were columns with an integer data
        type declared with a display width narrower than the values in
        the column. (For example, if an INT(1) column contain 1111.)
        (Bug #4082)