You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-07 02:42:49 +03:00
Fix for CONC-104: mysql_options doesn't support MYSQL_SECURE_AUTH option
This commit is contained in:
@@ -66,6 +66,7 @@ extern const char *client_errors[]; /* Error messages */
|
||||
#define CR_PARAMS_NOT_BOUND 2031
|
||||
#define CR_INVALID_PARAMETER_NO 2034
|
||||
#define CR_UNSUPPORTED_PARAM_TYPE 2036
|
||||
#define CR_SECURE_AUTH 2049
|
||||
#define CR_NO_DATA 2051
|
||||
#define CR_NO_STMT_METADATA 2052
|
||||
#define CR_NOT_IMPLEMENTED 2054
|
||||
|
Reference in New Issue
Block a user