diff options
author | unknown <Sinisa@sinisa.nasamreza.org> | 2002-05-15 13:50:38 +0300 |
---|---|---|
committer | unknown <Sinisa@sinisa.nasamreza.org> | 2002-05-15 13:50:38 +0300 |
commit | c5bfcc9d7f3c77def9a8df65da11a6b55c2edea5 (patch) | |
tree | a860fbee06b7b609760f7c02085992e96887e9ce /sql/sql_acl.h | |
parent | 2b0dd9c9666314f57f5f3aae6af7087b02d0b316 (diff) | |
download | mariadb-git-c5bfcc9d7f3c77def9a8df65da11a6b55c2edea5.tar.gz |
Features made for Schlund plus several bug fixes.
Read a manual for more detail
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 f118ac17789..9ac3bc6ed74 100644 --- a/sql/sql_acl.h +++ b/sql/sql_acl.h @@ -61,7 +61,7 @@ uint acl_get(const char *host, const char *ip, const char *bin_ip, const char *user, const char *db); uint acl_getroot(THD *thd, const char *host, const char *ip, const char *user, const char *password,const char *scramble,char **priv_user, - bool old_ver, uint *max); + bool old_ver, USER_RESOURCES *max); bool acl_check_host(const char *host, const char *ip); bool change_password(THD *thd, const char *host, const char *user, char *password); @@ -82,4 +82,4 @@ bool check_grant_db(THD *thd,const char *db); uint get_table_grant(THD *thd, TABLE_LIST *table); uint get_column_grant(THD *thd, TABLE_LIST *table, Field *field); int mysql_show_grants(THD *thd, LEX_USER *user); -uint get_mqh(const char *user, const char *host); +void get_mqh(const char *user, const char *host, USER_CONN *uc); |