MySQL Connector/C++ Release Notes

4.1 Changes in MySQL Connector/C++ 1.1.13 (2019-10-25, General Availability)

Character Set Support

  • Connector/C++ now supports the utf8mb4_0900_bin collation added for the utf8mb4 Unicode character set in MySQL 8.0.17. For more information about this collation, see Unicode Character Sets. (WL #13094, WL #13502)

Bugs Fixed

  • Connector/C++ set the transaction isolation level to REPEATABLE READ at connect time, regardless of the current server setting. (Bug #22038313, Bug #78852, Bug #30294415)