オリジナル版:http://lists.mysql.com/announce/835
MySQLデータベース管理システム用ODBCドライバの新バージョンである、MySQL Connector/ODBC 5.2.5がリリースされました。
現在では同じモダンなコードベースのUnicodeドライバとANSIドライバの両方を含めてダウンロード可能です。アプリケーションのタイプに応じてUnicodeとANSIの必要なドライバタイプを選択してください。サーバサイドのプリペアードステートメントはデフォルトで有効になっています。ドライバは、MySQLサーバ 4.1以降のすべてのバージョンの使用に適応しています。(4.0あるいはそれ以前のリリースでは動作しないかもしれません)。
このリリースはミラーサイトのダウンロード・ページから、ソースとバイナリで現在利用可能です。
http://dev.mysql.com/downloads/connector/odbc/5.2.html
インストールに関する情報については、ドキュメントを参照してください
http://dev.mysql.com/doc/refman/5.5/en/connector-odbc-installation.html
バグレポート、バグ修正、パッチ等の情報をお待ちしておりますので、以下のページをご利用ください。
http://forge.mysql.com/wiki/Contributing
Changes in MySQL Connector/ODBC 5.2.5 (Not released) Bugs Fixed * The query_print() function could cause a serious error on 32-bit systems due to a 32-bit / 64-bit mismatch in its return value. This error could occur when logging was enabled, for example when using configuration settings such as: [Driver] option=524292 (Bug #16367440, Bug #68201) * Microsoft Access could experience a severe error when updating a BIT column in view representing a MySQL table, for example through the datasheet interface. (Bug #16287859, Bug #68243) * Datetime and timestamp second fractions need removing the trailing zeros (Bug# 16294197/65418) * Binding string to decimal parameter always uses system locale setting (Bug# 11766369/59469) * Added CLEARTEXT authentication connection option ENABLE_CLEARTEXT_PLUGIN. (Bug#16445091) * Crash in SQLSetConnectAttr(SQL_ATTR_CURRENT_CATALOG) (Bug# 16526604/63844)