summaryrefslogtreecommitdiff
path: root/include/heap.h
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2001-08-30 10:51:36 +0300
committerunknown <monty@hundin.mysql.fi>2001-08-30 10:51:36 +0300
commit3a64887155683ec2dbf3659727a7684b50e2c21c (patch)
tree864539eb208e02ed1670cf07dc81184740e5020e /include/heap.h
parent63179d7ca711cc7ca3f01bc43c56ca9b32f09a73 (diff)
downloadmariadb-git-3a64887155683ec2dbf3659727a7684b50e2c21c.tar.gz
Portability fixes
dbug/dbug.c: Portability fix include/heap.h: Portability fix strings/conf_to_src.c: Portability fix
Diffstat (limited to 'include/heap.h')
-rw-r--r--include/heap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/heap.h b/include/heap.h
index 8cbb500fa86..14698810297 100644
--- a/include/heap.h
+++ b/include/heap.h
@@ -112,13 +112,13 @@ typedef struct st_heap_share
LIST open_list;
} HP_SHARE;
-struct st_hash_info;
+struct st_hp_hash_info;
typedef struct st_heap_info
{
HP_SHARE *s;
byte *current_ptr;
- struct st_hash_info *current_hash_ptr;
+ struct st_hp_hash_info *current_hash_ptr;
ulong current_record,next_block;
int lastinx,errkey;
int mode; /* Mode of file (READONLY..) */