mirror of
https://github.com/MariaDB/server.git
synced 2025-08-02 14:47:37 +03:00
Preliminary support for options --secure-auth,
--old-passwords Support for option --old-protocol was removed. Some test performed. Tests for SSL and replication are pending. More strict following to specification for --old-passwords is in the TODO.
This commit is contained in:
@ -652,3 +652,5 @@ ulong fix_sql_mode(ulong sql_mode);
|
||||
|
||||
extern sys_var_str sys_charset_system;
|
||||
CHARSET_INFO *get_old_charset_by_name(const char *old_name);
|
||||
|
||||
extern sys_var_thd_bool sys_old_passwords;
|
||||
|
Reference in New Issue
Block a user