mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Features made for Schlund plus several bug fixes.
Read a manual for more detail
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user