オリジナル版: http://lists.mysql.com/announce/979
MySQL Utilities 1.5のメンテナンスリリースであるMySQL Utilities 1.5.4がリリースされました。
MySQL Utilities はMySQLの運用・管理のための便利なコマンドツールで、MySQL 5.5以上のバージョンで利用することが出来ます。
主に以下のような機能が含まれています。
◆ 管理ツール データのコピー、比較、差分検出、インポート、エクスポート、ユーザ管理など ◆ レプリケーションツール セットアップ、設定、変更など ◆ 一般ツール ディスク使用率、不要インデックス調査、メタデータ管理、データ監視など ◆ And more …
MySQL Utilities 1.5の詳細については、
http://dev.mysql.com/doc/mysql-utilities/1.5/en/をご参照ください。
MySQL Utilities 1.5をご利用いただく場合は、
http://dev.mysql.com/downloads/utilities/をご参照ください。
また、MySQL UtilitiesはMySQL Fabricを含んでいます。MySQL Fabricは、MySQLサーバ群を管理するフレームワークで、「HAグループ」と「データ・シャーディング」によって高い可用性と拡張性を実現します。
MySQL Fabricの詳細は、
http://www.mysql.com/products/enterprise/fabric.htmlをご参照ください。
以下は、MySQL Utilities 1.5.4の変更箇所です。
Changes in MySQL Utilities 1.5.4 (2015-03-04) Bugs Fixed * Triggering a network down on a master or slave in a MySQL Fabric group would hang Fabric for an extended amount of time before it failed over and promoted a slave to a new master. (Bug #19949241, Bug #74555) * The number of session threads was not properly configured, thus making MySQL only accept one request at a time. (Bug #19875584, Bug #74509) * The mysqlfabric event trigger did not properly handle arguments. (Bug #19644057, Bug #73968) * MySQL Utilities now reflects the SSL behavior introduced for the MySQL client in MySQL 5.7.3. Setting --ssl=1 now causes the MySQL connection to fail if an encrypted connection can not be established. (Bug #19031182) * An exception was thrown after executing "mysqlfabric dump sharding_information" commands when no shards were inside a definition / setup. (Bug #18412096, Bug #72044) * Fabric would emit a generic "No such file or directory" error when the mysqldump_program option in fabric.cfg was set to an invalid path. This error now refers to "MySQLDump". (Bug #18370927) * mysqlfabric would print a JSON-like output as a result, but this was potentially confusing as it was not JSON. Valid JSON is now used. (Bug #18110179, Bug #71445) * The exit code of "mysqlfabric group create ..." was 0 for both the success and the error cases. Now, 0 is only returned on success. (Bug #18110165, Bug #71444) Documentation ------------- Online: http://dev.mysql.com/doc/mysql-utilities/1.5/en/ The source distribution includes the manual pages for each utility under the docs/ folder. Reporting Bugs -------------- We welcome and appreciate your feedback and bug reports: http://bugs.mysql.com/ Enjoy! On Behalf of the MySQL/ORACLE Utilities and Release Engineering Team, Murthy Narkedimilli