Bugs fixed:
- MySQL Connector/ODBC would incorrectly claim to support - SQLProcedureColumns(by returning true when queried about- SQLPROCEDURECOLUMNSwith- SQLGetFunctions), but this functionality is not supported. (Bug#27591)
- An incorrect transaction isolation level may not be returned when accessing the connection attributes. (Bug#27589) 
- Adding a new DSN with the - myodbc3iutility under AIX would fail. (Bug#27220)
- When inserting data using bulk statements (through - SQLBulkOperations), the indicators for all rows within the insert would not updated correctly. (Bug#24306)
- Using - SQLProceduresdoes not return the database name within the returned resultset. (Bug#23033)
- The - SQLTransact()function did not support an empty connection handle. (Bug#21588)
- Using - SQLDriverConnectinstead of- SQLConnectcould cause later operations to fail. (Bug#7912)
- When using blobs and parameter replacement in a statement with - WHERE CURSOR OF, the SQL is truncated. (Bug#5853)
- MySQL Connector/ODBC would return too many foreign key results when accessing tables with similar names. (Bug#4518)