summaryrefslogtreecommitdiff
path: root/heap
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2001-08-23 00:55:48 +0300
committermonty@hundin.mysql.fi <>2001-08-23 00:55:48 +0300
commite127a952a6a4b63dbe8df7cc59492a4a69041a23 (patch)
treef6e213bc452d9b3c37cd161c3099c3e079f9c9d4 /heap
parentb4705431d6fe20768a57c2f6ffbc8aa048d4ffa2 (diff)
downloadmariadb-git-e127a952a6a4b63dbe8df7cc59492a4a69041a23.tar.gz
Portability fixes
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;