Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
2.0.0
-
None
-
None
-
None
-
MacOS X, Debian GNU/Linux
MySQL Connector/C++ 1.1.4
Description
MySQL Connector/C++ version 1.1.4 calls mysql_options with MYSQL_SECURE_AUTH (even if the caller of Connector/C++ did not request anything related to secure auth; Connector/C++ enforces a default of "true"). The MariaDB Client Library for C does not implement this option, returns an error code to mysql_options, which makes MySQL Connector/C++ bail out and cancel the connection.