summaryrefslogtreecommitdiff
path: root/mysys/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'mysys/hash.c')
-rw-r--r--mysys/hash.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mysys/hash.c b/mysys/hash.c
index 451bc1eb7f5..6091ef39a4e 100644
--- a/mysys/hash.c
+++ b/mysys/hash.c
@@ -122,13 +122,13 @@ void hash_free(HASH *hash)
Delete all elements from the hash (the hash itself is to be reused).
SYNOPSIS
- hash_reset()
+ my_hash_reset()
hash the hash to delete elements of
*/
-void hash_reset(HASH *hash)
+void my_hash_reset(HASH *hash)
{
- DBUG_ENTER("hash_reset");
+ DBUG_ENTER("my_hash_reset");
DBUG_PRINT("enter",("hash: 0x%lxd",hash));
hash_free_elements(hash);