オリジナル版:
https://www.percona.com/doc/percona-server/5.5/release-notes/Percona-Server-5.5.53-38.4.html
2016年11月18日に、Percona Server 5.5.53-38.4がリリースされました。
同製品は、Percona Server 5.5のGeneral Availability版(一般公開版)の最新バージョンとなります。
Removed Features(削除された特徴) *Metrics for scalability measurement feature has been removed. WARNING: if you have scalability_metrics_control variable in your my.cnf configuration file you’ll need to remove it, otherwise server won’t be able to start. スケーラビリティ測定機能のメトリクスが削除されました。 警告:もしscalability_metrics_control変数を設定ファイルmy.cnfに明記している場合は、 それを削除する必要があります。そうしなければ、サーバを起動することができなくなります。 Bugs Fixed(バグ修正) *When a stored routine would call an “administrative” command such as OPTIMIZE TABLE, ANALYZE TABLE, ALTER TABLE, CREATE/DROP INDEX, etc. the effective value of log_slow_sp_statements was overwritten by the value of log_slow_admin_statements. Bug fixed #719368. OPTIMIZE TABLE, ANALYZE TABLE, ALTER TABLE, CREATE/DROP INDEX等のような管理コマンドを ストアドルーチンで呼び出そうとすると、 log_slow_sp_statements値がlog_slow_admin_statements値に上書きされる問題を修正しました。(#719368) *Thread Pool thread limit reached and failed to create thread messages are now printed on the first occurrence as well. Bug fixed #1636500. Thread Poolスレッドが上限に達すると、最初の発生時でも同様に出力される スレッドメッセージの作成に失敗していた問題を修正しました。(#1636500) Other bugs fixed: #1612076, #1633061, #1633430, and #1635184. その他、#1612076, #1633061, #1633430, #1635184のバグが修正されています。 Percona Server 5.5.53-38.4 の変更点を全て確認したい場合は、以下の Release notes を参照して下さい。 https://www.percona.com/doc/percona-server/5.5/release-notes/Percona-Server-5.5.53-38.4.html
Percona Server 5.5は、MySQL互換の高性能オープンソースデータベースとして注目されている「Percona Server」の開発バージョンです。Percona Server 5.1の後継バージョンにあたり、様々な機能や特徴があります。また、MySQL5.1の機能も備えています。
Percona Server 5.5には、以下のような特徴があります。
・MySQL5.1にはない、サーバ変数やパラメータ変数の追加
・information_schemaの拡張
・高性能フラッシュストレージとの親和性強化
・Special Utility Userの実装
・高性能なストレージエンジンの実装
・その他、全体的なパフォーマンスの強化(オプティマイザ、スケーラビリティなど)
Percona Server 5.5には、上記以外にも様々な特徴があります。詳細については、下記URLを参照してください。
https://www.percona.com/doc/percona-server/5.5/feature_comparison.html
新たなサーバにPercona Server 5.5をインストール、または利用中のPercona ServerからPercona Server 5.5にアップグレードする際の情報については、以下を参照してください。
https://www.percona.com/doc/percona-server/5.5/index.html#installation
下記のダウンロードページから、Percona Serverのソースコード及び多数のプラットフォーム用バイナリが入手可能です。
https://www.percona.com/downloads/Percona-Server-5.5/LATEST/
以上