summaryrefslogtreecommitdiff
path: root/sql/sql_acl.cc
diff options
context:
space:
mode:
authormonty@butch. <>2002-11-07 12:49:01 +0200
committermonty@butch. <>2002-11-07 12:49:01 +0200
commit890b39bb68eb90f1dc6ec13c8b8e1b06f3def116 (patch)
tree735a853cc51cb8bebe0ea3e7c79b1a381088f96d /sql/sql_acl.cc
parentdb6cbba239f9f17abaf1ab6c6055c45355f83fde (diff)
parenta2bdf9265f3a0874f8d58bec690da4af07bca4cb (diff)
downloadmariadb-git-890b39bb68eb90f1dc6ec13c8b8e1b06f3def116.tar.gz
merge
Diffstat (limited to 'sql/sql_acl.cc')
-rw-r--r--sql/sql_acl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_acl.cc b/sql/sql_acl.cc
index dc59f3f3137..673bc441b6b 100644
--- a/sql/sql_acl.cc
+++ b/sql/sql_acl.cc
@@ -141,7 +141,7 @@ my_bool acl_init(THD *org_thd, bool dont_read_acl_tables)
if (!acl_cache)
acl_cache=new hash_filo(ACL_CACHE_SIZE,0,0,
(hash_get_key) acl_entry_get_key,
- (void (*)(void*)) free);
+ (hash_free_key) free);
if (dont_read_acl_tables)
DBUG_RETURN(0); /* purecov: tested */