==============================================================================
Bugs Fixed
* Insert operations could fail if the inserted values contained
any bit fields, mapped to table columns declared as bit(1):
Data too long for column 'column_name'
(Bug #15997361, Bug #67702)
* The is_minimum_version function could return an incorrect
result in some cases where the difference was in the third
component of the release number. (Bug #15926340)
* An application making extensive use of prepared statements
could encounter an error:
Can't create more than max_prepared_stmt_count statements
(current value: 16382)
The issue occurred even if SQLFreeStmt() calls were used. The
Prepared_stmt_count value grew until it exceeded the internal
limit. A workaround was to disable server-side prepared
statements. (Bug #14812778, Bug #67340)
* On a 64-bit system, calls to the SQLBindCol function using
indicator variables (through the last parameter) could return
incorrect results. (Bug #11766437, Bug #59541)
Built against the MySQL server 5.5.27 client library.
| Subject | Views | Written By | Posted |
|---|---|---|---|
| MySQL Connector/ODBC 5.2.3 has been released | 1706 | Kent Boortz | 01/05/2013 03:48PM |
Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.