Documentation Home
MySQL Connector/ODBC Release Notes
Related Documentation Download these Release Notes
PDF (US Ltr) - 142.8Kb
PDF (A4) - 142.7Kb


MySQL Connector/ODBC Release Notes  /  Changes in MySQL Connector/ODBC Version 8.x  /  Changes in MySQL Connector/ODBC 8.0.40 (2024-10-15, General Availability)

Changes in MySQL Connector/ODBC 8.0.40 (2024-10-15, General Availability)

Bugs Fixed

  • Fixed a potential Out of Bounds (OOB) issue related to escaping large queries. (Bug #36955942)

  • The internal mysql_init() function used for making connections is now thread safe. (Bug #115710, Bug #36894687)

  • With the prefetch connection option set to a non-zero value, large queries could cause the connector to unexpectedly halt. (Bug #113554, Bug #36945554)

  • Fixed the SQLBulkOperations() function's generated WHERE clause, which could potentially cause an application to unexpectedly halt. (Bug #69194, Bug #18641963, Bug #26474373)