summaryrefslogtreecommitdiff
path: root/sql/sql_acl.h
diff options
context:
space:
mode:
authorSinisa@sinisa.nasamreza.org <>2002-02-01 15:40:38 +0200
committerSinisa@sinisa.nasamreza.org <>2002-02-01 15:40:38 +0200
commit20ca7ee2682510151d3f79bd6164b683c68755ba (patch)
tree3b8c3705772e21d6ace38591a0445f056030eed2 /sql/sql_acl.h
parent2c24b6fb9e82869bc6b0e677fcf67253421b1ba1 (diff)
downloadmariadb-git-20ca7ee2682510151d3f79bd6164b683c68755ba.tar.gz
Changes required for maximum queries per hour
Diffstat (limited to 'sql/sql_acl.h')
-rw-r--r--sql/sql_acl.h1
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);