diff options
author | kostja@oak.local <> | 2003-07-08 02:36:14 +0400 |
---|---|---|
committer | kostja@oak.local <> | 2003-07-08 02:36:14 +0400 |
commit | a232225b69cc34f18f87a761e19fc0e3d2790d97 (patch) | |
tree | 5a836d0a6e734d06562d84c77adfb6a8a3923e7d /sql/sql_acl.h | |
parent | 1d20b23247e19aa6aa5e309fc47d5c5c3bbfe433 (diff) | |
download | mariadb-git-a232225b69cc34f18f87a761e19fc0e3d2790d97.tar.gz |
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.
Diffstat (limited to 'sql/sql_acl.h')
-rw-r--r-- | sql/sql_acl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sql_acl.h b/sql/sql_acl.h index 3370797820a..b4ee1a9b15f 100644 --- a/sql/sql_acl.h +++ b/sql/sql_acl.h @@ -135,8 +135,8 @@ void acl_reload(THD *thd); void acl_free(bool end=0); ulong acl_get(const char *host, const char *ip, const char *bin_ip, const char *user, const char *db); -int acl_getroot(THD *thd, USER_RESOURCES *mqh, - const char *passwd, uint passwd_len, bool old_ver); +int acl_getroot(THD *thd, USER_RESOURCES *mqh, const char *passwd, + uint passwd_len); bool acl_check_host(const char *host, const char *ip); bool check_change_password(THD *thd, const char *host, const char *user); bool change_password(THD *thd, const char *host, const char *user, |