summaryrefslogtreecommitdiff
path: root/storage/heap/hp_clear.c
diff options
context:
space:
mode:
Diffstat (limited to 'storage/heap/hp_clear.c')
-rw-r--r--storage/heap/hp_clear.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/heap/hp_clear.c b/storage/heap/hp_clear.c
index 9c04684e269..254e5d1a8ec 100644
--- a/storage/heap/hp_clear.c
+++ b/storage/heap/hp_clear.c
@@ -40,6 +40,8 @@ void hp_clear(HP_SHARE *info)
info->blength=1;
info->changed=0;
info->del_link=0;
+ info->key_version++;
+ info->file_version++;
DBUG_VOID_RETURN;
}