summaryrefslogtreecommitdiff
path: root/storage/heap/hp_rsame.c
diff options
context:
space:
mode:
Diffstat (limited to 'storage/heap/hp_rsame.c')
-rw-r--r--storage/heap/hp_rsame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/heap/hp_rsame.c b/storage/heap/hp_rsame.c
index 40c5a18f974..19767fd752b 100644
--- a/storage/heap/hp_rsame.c
+++ b/storage/heap/hp_rsame.c
@@ -32,7 +32,7 @@ int heap_rsame(register HP_INFO *info, uchar *record, int inx)
DBUG_ENTER("heap_rsame");
test_active(info);
- if (info->current_ptr[share->reclength])
+ if (info->current_ptr[share->visible])
{
if (inx < -1 || inx >= (int) share->keys)
{