diff options
author | monty@work.mysql.com <> | 2001-09-02 18:38:33 +0200 |
---|---|---|
committer | monty@work.mysql.com <> | 2001-09-02 18:38:33 +0200 |
commit | 447c18954e904e5770d64ae3b0817a16b9060b74 (patch) | |
tree | 4689ffbe50e97ce9a47deb58fa2b9e7decdfc6a8 /heap | |
parent | 102cabfe4acd9c78fe321829bd168342b3fbd68a (diff) | |
parent | 759cf54a9e70013d92fe18a84b3e4c56244de7da (diff) | |
download | mariadb-git-447c18954e904e5770d64ae3b0817a16b9060b74.tar.gz |
merge with 3.23.42
Diffstat (limited to 'heap')
-rw-r--r-- | heap/heapdef.h | 4 |
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; |