MySQL Connector/ODBC Release Notes

7.5 Changes in MySQL Connector/ODBC 3.51.26 (2008-07-07)

Functionality Added or Changed

  • There is a new connection option, FLAG_NO_BINARY_RESULT. When set this option disables charset 63 for columns with an empty org_table. (Bug #29402)

Bugs Fixed

  • When an ADOConnection is created and attempts to open a schema with ADOConnection.OpenSchema an access violation occurs in myodbc3.dll. (Bug #30770)

  • When SHOW CREATE TABLE was invoked and then the field values read, the result was truncated and unusable if the table had many rows and indexes. (Bug #24131)