diff options
Diffstat (limited to 'heap')
-rw-r--r-- | heap/hp_extra.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/heap/hp_extra.c b/heap/hp_extra.c index 581ca1e8e56..133be01c676 100644 --- a/heap/hp_extra.c +++ b/heap/hp_extra.c @@ -29,6 +29,7 @@ int heap_extra(register HP_INFO *info, enum ha_extra_function function) switch (function) { case HA_EXTRA_RESET: + case HA_EXTRA_RESET_STATE: info->lastinx= -1; info->current_record= (ulong) ~0L; info->current_hash_ptr=0; |