diff options
author | hf@deer.(none) <> | 2003-11-20 12:55:48 +0400 |
---|---|---|
committer | hf@deer.(none) <> | 2003-11-20 12:55:48 +0400 |
commit | 72566c794eab8141b0d63e15b64577ba2725e07a (patch) | |
tree | bb9ab3cee7a5a47b48a1959d9ae3451562aedf24 /sql/sql_acl.h | |
parent | 75ba1891bd450a5c6575841b95eb74b116ee4554 (diff) | |
download | mariadb-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.h | 1 |
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); |