summaryrefslogtreecommitdiff
path: root/storage/heap/hp_extra.c
diff options
context:
space:
mode:
authorcmiller@zippy.(none) <>2006-07-05 16:16:09 -0400
committercmiller@zippy.(none) <>2006-07-05 16:16:09 -0400
commit91b8b264111df590cd8659b04e763f8148af066d (patch)
treea0c67909c6e1a1b67caf4558144a68911d8dfb15 /storage/heap/hp_extra.c
parent283d51b6bac2f17cbd2c410ecba1753409644dc5 (diff)
parent267aeffca33581590b5123133e981a7135c7cce4 (diff)
downloadmariadb-git-91b8b264111df590cd8659b04e763f8148af066d.tar.gz
Merge zippy.(none):/home/cmiller/work/mysql/merge/mysql-5.1
into zippy.(none):/home/cmiller/work/mysql/merge/mysql-5.1-new-maint
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,
}
}
}
-