summaryrefslogtreecommitdiff
path: root/sql/sql_acl.h
diff options
context:
space:
mode:
authorhf@deer.(none) <>2003-11-20 12:55:48 +0400
committerhf@deer.(none) <>2003-11-20 12:55:48 +0400
commit72566c794eab8141b0d63e15b64577ba2725e07a (patch)
treebb9ab3cee7a5a47b48a1959d9ae3451562aedf24 /sql/sql_acl.h
parent75ba1891bd450a5c6575841b95eb74b116ee4554 (diff)
downloadmariadb-git-72566c794eab8141b0d63e15b64577ba2725e07a.tar.gz
SCRUM
WL#1284 (warnings about --skip-name-resolve) Now MySQL will issue warnings during startup about entries in grant tables with hostnames that require resolve, and after GRANT commands with that kind of hostnames.
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 7e96f2eaff1..8b8115b10db 100644
--- a/sql/sql_acl.h
+++ b/sql/sql_acl.h
@@ -131,6 +131,7 @@ public:
/* prototypes */
+bool hostname_requires_resolving(const char *hostname);
my_bool acl_init(THD *thd, bool dont_read_acl_tables);
void acl_reload(THD *thd);
void acl_free(bool end=0);