diff options
author | Sinisa@sinisa.nasamreza.org <> | 2002-02-01 15:40:38 +0200 |
---|---|---|
committer | Sinisa@sinisa.nasamreza.org <> | 2002-02-01 15:40:38 +0200 |
commit | 20ca7ee2682510151d3f79bd6164b683c68755ba (patch) | |
tree | 3b8c3705772e21d6ace38591a0445f056030eed2 /sql/sql_acl.h | |
parent | 2c24b6fb9e82869bc6b0e677fcf67253421b1ba1 (diff) | |
download | mariadb-git-20ca7ee2682510151d3f79bd6164b683c68755ba.tar.gz |
Changes required for maximum queries per hour
Diffstat (limited to 'sql/sql_acl.h')
-rw-r--r-- | sql/sql_acl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_acl.h b/sql/sql_acl.h index 3b8616a660a..f118ac17789 100644 --- a/sql/sql_acl.h +++ b/sql/sql_acl.h @@ -82,3 +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); |