summaryrefslogtreecommitdiff
path: root/heap/hp_clear.c
diff options
context:
space:
mode:
Diffstat (limited to 'heap/hp_clear.c')
-rw-r--r--heap/hp_clear.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/heap/hp_clear.c b/heap/hp_clear.c
index 4440344f990..596d71ebe9c 100644
--- a/heap/hp_clear.c
+++ b/heap/hp_clear.c
@@ -97,6 +97,7 @@ void hp_clear_keys(HP_SHARE *info)
VOID(hp_free_level(block,block->levels,block->root,(byte*) 0));
block->levels=0;
block->last_allocated=0;
+ keyinfo->hash_buckets= 0;
}
}
info->index_length=0;