Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.0
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment: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.