2008.01.11

MySQL

MySQL Connector/ODBC 3.51.23がリリースされました

オリジナル版:http://lists.mysql.com/myodbc/11363

MySQLデータベース管理システム用ODBCドライバの新バージョンである、MySQL Connector/ODBC 3.51.23がリリースされました。このリリースは、3.51シリーズの最新のリリースであり、MySQL 4.1, 5.0, 5.1を含むいかなるMySQLバージョンの使用にも適応しています。

バージョン3.51.23はhttp://dev.mysql.com/downloads/connector/odbc/3.51.htmlとミラーサイトのODBCダウンロード・ページから、いくつかのプラットフォームにおけるソースとバイナリで現在利用可能です。

すべてのミラーサイトが現在、最新であるとは限らないことに注意してください。
あるミラーサイトでこのバージョンを見つけることができない場合は、再度確認を行うか、あるいは別のダウンロード・サイトを選択してください。

バグレポート、バグ修正、パッチ等の情報をお待ちしておりますので、以下のページをご利用ください。

http://forge.mysql.com/wiki/Contributing

以下は、プラットフォーム注意事項と前回リリース以降の変更事項です。

Platform notes:
* There are no installer packages for Microsoft Windows x64 Edition.
* There is no binary package for Mac OS X on 64-bit PowerPC because Apple
does not currently provide a 64-bit PowerPC version of iODBC.
* The HP-UX 11.23 IA64 binary package does not include the GUI bits because
of problems building Qt on that platform.

Changes since the last release:

Bugs fixed:
* Allowed connections to be enlisted in distributed transactions, even
though the driver doesn't support them. (Bug #32727)
* Cleaning up environment handles in multithread environments could result
in a five (or more) second delay. (Bug #32366)
* SQLAllocStmt() and SQLFreeStmt() did not synchronize access to the
list of statements associated with a connection. (Bug #32857)
* SQLGetInfo() returned the wrong value for SQL_DATABASE_NAME when no
database was selected. (Bug #3780)
* Changing the DSN name when editing a DSN left behind the DSN
under the old name in addition to creating the new entry. (Bug #31165)