diff options
author | monty@butch. <> | 2002-11-07 12:49:01 +0200 |
---|---|---|
committer | monty@butch. <> | 2002-11-07 12:49:01 +0200 |
commit | 890b39bb68eb90f1dc6ec13c8b8e1b06f3def116 (patch) | |
tree | 735a853cc51cb8bebe0ea3e7c79b1a381088f96d /sql/sql_acl.cc | |
parent | db6cbba239f9f17abaf1ab6c6055c45355f83fde (diff) | |
parent | a2bdf9265f3a0874f8d58bec690da4af07bca4cb (diff) | |
download | mariadb-git-890b39bb68eb90f1dc6ec13c8b8e1b06f3def116.tar.gz |
merge
Diffstat (limited to 'sql/sql_acl.cc')
-rw-r--r-- | sql/sql_acl.cc | 2 |
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 */ |