オリジナル版:
https://www.percona.com/doc/percona-server/5.7/release-notes/Percona-Server-5.7.18-16.html
2017年7月28日に、Percona Server 5.7.18-16がリリースされました。
同製品は、Percona Server 5.7のGeneral Availability版(一般公開版)の最新バージョンとなります。
New Feature(新機能) * Percona Server is now available on Debian 9 (stretch). The support only covers the amd64 architecture. Percona Server が Debian 9 をサポートしました。ただし、amd64アーキテクチャ限定となります。 * Percona Server can now be built with support of OpenSSL 1.1. Percona Server が OpenSSL 1.1 に対応しました。 * MyRocks storage engine has been merged into Percona Server. MyRocksストレージエンジンが Percona Server にマージされました。 * TokuDB enables to kill a query that is awaiting an FT locktree lock. TokuDBが、フラクタルツリーのlocktreeロックの開放待ちをしているクエリをキルできるようになりました。 * TokuDB enables using the MySQL DEBUG_SYNC facility within Percona FT. TokuDBが、MySQLのDEBUG_SYNCを利用できるようになりました。 Bugs Fixed(バグの修正) * Row counts in TokuDB could be lost intermittently after restarts. Bug fixed #2. TokuDBの行カウントが再起動後、断続的にロストしてしまう不具合を修正しました。 * Percona FT could assert when opening a dictionary with no useful information to error log. Bug fixed #23. Percona FTがディクショナリを開いた時にエラーログに情報を出力することなくアサーションエラーとなることがあった不具合を修正しました。 * Enabling and disabling the slow query log rotation spuriously added the version suffix to the next slow query log file name. Bug fixed #1704056. スロークエリログのローテートを有効(無効)にすると、疑似的に次のログファイル名にバージョン情報(サフィックス)を追加するようになりました。 * With two client connections to a server (debug server build), the server could crash after one of the clients set the global option userstat and flushed the client statistics (FLUSH CLIENT_STATISTICS) and then both clients were closed. Bug fixed #1661488. 2つのクライアントでサーバ(デバッグビルド)に接続し、片方のクライアントで userstat 変数を設定し、もう片方でクライアントの統計情報をフラッシュする(FLUSH CLIENT_STATISTICS)と、サーバがクラッシュする可能性がある不具合を修正しました。 * The SET STATEMENT .. FOR statement changed the global instead of the session value of a variable if the statement occurred immediately after the SET GLOBAL or SHOW GLOBAL STATUS command. Bug fixed #1385352. SET GLOBAL or SHOW GLOBAL STATUS コマンドの直後に、SET STATEMENT .. FORステートメントを実行した場合、セッション単位ではなくグローバル単位で作用するようになりました。 * When running SHOW ENGINE INNODB STATUS, the Buffer pool size, bytes entry contained 0. BUg fixed #1586262. SHOW ENGINE INNODB STATUS を実行した時、バッファプールサイズの出力が"0"になっていた不具合を修正しました。 * The synchronization between the LRU manager and page cleaner threads was not done at shutdown. Bug fixed #1689552. シャットダウン時に、LRUマネージャとページクリーナースレットの間の同期が取れていない不具合を修正しました。 * Spurious lock_wait_timeout_thread wakeup in lock_wait_suspend_thread() could occur. Bug fixed #1704267 (upstream #72123). lock_wait_suspend_thread()による疑似的なlock_wait_timeout_threadの起動が発生してしまう不具合を修正しました。 Percona Server 5.7.18-16 の変更点を全て確認したい場合は、以下の Release notes を参照して下さい。 https://www.percona.com/doc/percona-server/5.7/release-notes/Percona-Server-5.7.18-16.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/
以上