オリジナル版:https://www.percona.com/doc/percona-server/5.7/release-notes/Percona-Server-5.7.15-9.html
2016年10月21日に、Percona Server 5.7.15-9がリリースされました。同製品は、Percona Server 5.7のGeneral Availability版(一般公開版)の最新バージョンとなります。
New Features(新たな特徴) *A new TokuDB tokudb_dir_per_db option was introduced to address two TokuDB shortcomings, the renaming of data files on table/index rename, and the ability to group data files together within a directory that represents a single database. This feature is enabled by default. TokuDBの新たなオプションであるtokudb_dir_per_dbは、TokuDBの2つの欠点を対処するために導入されました。 その2つの欠点とは、リネームされたテーブル/インデックス上でデータファイルをリネームすることや、 シングルデータベースを表すディレクトリ内でデータファイルをグループ化することです。 この機能はデフォルトで無効です。 Bugs Fixed(バグの修正) *Audit Log Plugin malformed record could be written after audit_log_flush was set to ON in ASYNC and PERFORMANCE modes. Bug fixed #1613650. Audit Log Pluginはaudit_log_flushをASYNCやPERFORMANCEモードでONに設定された後、 不正な形式で書き込まれてしまう問題を修正しました。(#1613650) *Running SELECT DISTINCT x...ORDER BY y LIMIT N,N could lead to a server crash. Bug fixed #1617586. SELECT DISTINCT x...ORDER BY y LIMIT N,Nを実行すると、サーバが落ちてしまう問題を修正しました。 (#1617586) *Workloads with statements that take non-transactional locks (LOCK TABLES, global read lock, and similar) could have caused deadlocks when running under Thread Pool with high priority queue enabled and thread_pool_high_prio_mode set to transactions. Fixed by placing such statements into the high priority queue even with the above thread_pool_high_prio_mode setting. Bugs fixed #1619559 and #1374930. トランザクションが発生しないロック文(LOCK TABLES, global read lock等)での作業負荷は、 優先度の高いキューが有効になっており、thread_pool_high_prio_modeがトランザクションに設定されている スレッドプールで実行する時にデッドロックを引き起こしていた問題を修正しました。 thread_pool_high_prio_mode設定であっても、優先度の高いキューにこのような文を配置することで 修正されました。(#1619559,#1374930) *Fixed memory leaks in Audit Log Plugin. Bug fixed #1620152 (upstream #71759). 監査ログプラグインでのメモリリークを修正しました。(#1620152) *Server could crash due to a glibc bug in handling short-lived detached threads. Bug fixed #1621012 (upstream #82886). サーバが、デタッチされたスレッドの処理に起因するglibcバグによってクラッシュしていた問題を修正しました。(#1621012) *QUERY_RESPONSE_TIME_READ and QUERY_RESPONSE_TIME_WRITE were returning QUERY_RESPONSE_TIME table data if accessed through a name that is not full uppercase. Bug fixed #1552428. 全てが大文字ではない名前を介してアクセスする場合、QUERY_RESPONSE_TIME_READや QUERY_RESPONSE_TIME_WRITEが QUERY_RESPONSE_TIMEテーブルデータを返していた問題を修正しました。(#1552428) *Cipher ECDHE-RSA-AES128-GCM-SHA256 was listed in the list of supported ciphers but it wasn’t supported. Bug fixed #1622034 (upstream #82935). 暗号ECDHE-RSA-AES128-GCM-SHA256がサポートされていないのにサポート対象リストに載っていた問題を 修正しました。(#1622034) *Successful recovery of a torn page from the doublewrite buffer was showed as a warning in the error log. Bug fixed #1622985. ダブルライトリカバリが成功すると、エラーログに警告として表示されていた問題を修正しました。(#1622985) *LRU manager threads could run too long on a server shutdown, causing a server crash. Bug fixed #1626069. LRUマネージャスレッドはサーバのシャットダウンの実行時間が長すぎることにより、サーバが落ちてしまう問題を 修正しました。(#1626069) *tokudb_default was not recognized by Percona Server as a valid row format. Bug fixed #1626206. tokudb_defaultは有効な行形式としてPercona Serverに認識されていない問題を修正しました。(#1626206) Percona Server 5.7.15-9 の変更点を全て確認したい場合は、以下の Release notes を参照して下さい。 https://www.percona.com/doc/percona-server/5.7/release-notes/Percona-Server-5.7.15-9.html
Percona Server 5.7は、MySQL互換の高性能オープンソースデータベースとして注目されている「Percona Server」の最新の開発バージョンです。Percona Server 5.6の後継バージョンにあたり、様々な機能や特徴があります。また、MySQL5.7の機能も備えています。
Percona Server 5.7には、以下のような特徴があります。
・MySQL5.7にはない、サーバ変数やパラメータ変数の追加
・インデックス毎、ユーザ毎といった細かな統計情報
・高性能フラッシュストレージとの親和性強化
・PAM認証、監査ログ、スレッドプールなどの実装
・高性能なストレージエンジンの実装
・その他、全体的なパフォーマンスの強化(オプティマイザ、スケーラビリティなど)
Percona Server 5.7には、上記以外にも様々な特徴があります。詳細については、下記URLを参照してください。
https://www.percona.com/doc/percona-server/5.7/feature_comparison.html
新たなサーバにPercona Server 5.7をインストール、または利用中のPercona ServerからPercona Server 5.7にアップグレードする際の情報については、以下を参照してください。
https://www.percona.com/doc/percona-server/5.7/index.html#installation
下記のダウンロードページから、Percona Serverのソースコード及び多数のプラットフォーム用バイナリが入手可能です。
https://www.percona.com/downloads/Percona-Server-5.7/LATEST/
以上