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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/heap/hp_extra.c b/storage/heap/hp_extra.c
index c83efd5af61..9a19f818d3b 100644
--- a/storage/heap/hp_extra.c
+++ b/storage/heap/hp_extra.c
@@ -34,6 +34,7 @@ int heap_extra(register HP_INFO *info, enum ha_extra_function function)
switch (function) {
case HA_EXTRA_RESET_STATE:
heap_reset(info);
+ /* fall through */
case HA_EXTRA_NO_READCHECK:
info->opt_flag&= ~READ_CHECK_USED; /* No readcheck */
break;