1
0
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:
georg@skysql.com
2014-09-15 15:47:17 +02:00
parent fc5859154e
commit 6cd41756de
3 changed files with 13 additions and 2 deletions

View File

@@ -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