summaryrefslogtreecommitdiff
path: root/sql/sql_acl.h
diff options
context:
space:
mode:
authortulin@dl145c.mysql.com <>2005-09-14 17:58:20 +0200
committertulin@dl145c.mysql.com <>2005-09-14 17:58:20 +0200
commitea4161baed94882296ad17e2a2b6afa348858344 (patch)
treed46146fa982f3c243e7cf4778b516f9c21cce3d6 /sql/sql_acl.h
parent0a22d0c07e0deecfe4afb3c2ced8285e82dbd427 (diff)
parent129c98179b9f28cb2e2d57666a17b4b79e8fcd37 (diff)
downloadmariadb-git-ea4161baed94882296ad17e2a2b6afa348858344.tar.gz
merge
Diffstat (limited to 'sql/sql_acl.h')
-rw-r--r--sql/sql_acl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_acl.h b/sql/sql_acl.h
index 50aa35e8cc7..0d739e860e9 100644
--- a/sql/sql_acl.h
+++ b/sql/sql_acl.h
@@ -230,7 +230,7 @@ bool sp_grant_privileges(THD *thd, const char *sp_db, const char *sp_name,
bool is_proc);
bool check_routine_level_acl(THD *thd, const char *db, const char *name,
bool is_proc);
-
+bool is_acl_user(const char *host, const char *user);
#ifdef NO_EMBEDDED_ACCESS_CHECKS
#define check_grant(A,B,C,D,E,F) 0
#define check_grant_db(A,B) 0