[CONC-104] does not support MYSQL_SECURE_AUTH option; breaks MySQL Connector/C++ Created: 2014-09-09 Updated: 2014-09-15 Resolved: 2014-09-15 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | 2.0.0 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Lionel Elie Mamane | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
MacOS X, Debian GNU/Linux |
||
| 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. |
| Comments |
| Comment by Georg Richter [ 2014-09-15 ] |
|
Fixed in rev. 149 |