Documentation Home
MySQL Connector/C++ Release Notes
Related Documentation Download these Release Notes
PDF (US Ltr) - 396.2Kb
PDF (A4) - 397.9Kb


MySQL Connector/C++ Release Notes  /  Changes in MySQL Connector/C++ 1.1  /  Changes in MySQL Connector/C++ 1.1.12 (2019-01-28, General Availability)

Changes in MySQL Connector/C++ 1.1.12 (2019-01-28, General Availability)

Compilation Notes

  • Connector/C++ now compiles against MySQL 5.5 and 5.6. Thanks to Marco Busemann for the patch. (Bug #28280066, Bug #91529)

Security Notes

  • Connector/C++ now supports the improvements to named-pipe access control implemented for MySQL Server and controlled by the named_pipe_full_access_group system variable. (WL #12725)

Bugs Fixed

  • Compiling Connector/C++ from source using dynamic linking resulted in link errors for the mysql_sys and mysql_strings libraries. (Bug #27961505, Bug #90727)