summaryrefslogtreecommitdiff
path: root/heap
diff options
context:
space:
mode:
Diffstat (limited to 'heap')
-rw-r--r--heap/heapdef.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/heap/heapdef.h b/heap/heapdef.h
index 19c3b7d7792..938cb55c0eb 100644
--- a/heap/heapdef.h
+++ b/heap/heapdef.h
@@ -34,9 +34,9 @@ if (!(info->update & HA_STATE_AKTIV))\
/* Find pos for record and update it in info->current_ptr */
#define _hp_find_record(info,pos) (info)->current_ptr= _hp_find_block(&(info)->s->block,pos)
-typedef struct st_hash_info
+typedef struct st_hp_hash_info
{
- struct st_hash_info *next_key;
+ struct st_hp_hash_info *next_key;
byte *ptr_to_rec;
} HASH_INFO;