mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
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
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user