summaryrefslogtreecommitdiff
path: root/include/errmsg.h
diff options
context:
space:
mode:
authorkonstantin@oak.local <>2003-11-28 13:11:44 +0300
committerkonstantin@oak.local <>2003-11-28 13:11:44 +0300
commit2e8cf31abc7bb1bb00eb9dbf93e3b8b253889fed (patch)
treef8c0751dc8b9a854f23875f0188a056c63632876 /include/errmsg.h
parent4014c4eaeb42112964a77d35228c5e38e1da2b08 (diff)
downloadmariadb-git-2e8cf31abc7bb1bb00eb9dbf93e3b8b253889fed.tar.gz
Second part of WL #519:
Client option secure-auth deployed on all possible layers: - mysql client command-line and config file option - mysql_options option MYSQL_SECURE_AUTH - mysql_real_connect will automatically take into account that option if mysql->options.my_cnf_file/my_cnf_group is set
Diffstat (limited to 'include/errmsg.h')
-rw-r--r--include/errmsg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/errmsg.h b/include/errmsg.h
index a354c125e36..24326b1efef 100644
--- a/include/errmsg.h
+++ b/include/errmsg.h
@@ -87,3 +87,4 @@ extern const char *client_errors[]; /* Error messages */
#define CR_CONN_UNKNOW_PROTOCOL 2046
#define CR_INVALID_CONN_HANDLE 2047
#define CR_MYSQL_SERVER_INIT_MISSED 2048
+#define CR_SECURE_AUTH 2049