diff options
Diffstat (limited to 'heap/heapdef.h')
-rw-r--r-- | heap/heapdef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/heap/heapdef.h b/heap/heapdef.h index 53ad87a7d20..aeb345522f5 100644 --- a/heap/heapdef.h +++ b/heap/heapdef.h @@ -42,7 +42,7 @@ typedef struct st_hp_hash_info } HASH_INFO; typedef struct { - MI_KEYSEG *keyseg; + HA_KEYSEG *keyseg; uint key_length; uint search_flag; } heap_rb_param; |