summaryrefslogtreecommitdiff
path: root/storage/heap/hp_extra.c
diff options
context:
space:
mode:
Diffstat (limited to 'storage/heap/hp_extra.c')
-rw-r--r--storage/heap/hp_extra.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/heap/hp_extra.c b/storage/heap/hp_extra.c
index abb632707f2..0211177a088 100644
--- a/storage/heap/hp_extra.c
+++ b/storage/heap/hp_extra.c
@@ -57,6 +57,7 @@ int heap_reset(HP_INFO *info)
info->current_record= (ulong) ~0L;
info->current_hash_ptr=0;
info->update=0;
+ info->next_block=0;
return 0;
}
@@ -83,4 +84,3 @@ static void heap_extra_keyflag(register HP_INFO *info,
}
}
}
-