summaryrefslogtreecommitdiff
path: root/heap/hp_open.c
diff options
context:
space:
mode:
Diffstat (limited to 'heap/hp_open.c')
-rw-r--r--heap/hp_open.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/heap/hp_open.c b/heap/hp_open.c
index 1fa832208fb..497b3e4772d 100644
--- a/heap/hp_open.c
+++ b/heap/hp_open.c
@@ -63,6 +63,7 @@ HP_INFO *heap_open(const char *name, int mode)
#ifndef DBUG_OFF
info->opt_flag= READ_CHECK_USED; /* Check when changing */
#endif
+ info->implicit_emptied= 0;
DBUG_PRINT("exit",("heap: %lx reclength: %d records_in_block: %d",
info,share->reclength,share->block.records_in_block));
DBUG_RETURN(info);