summaryrefslogtreecommitdiff
path: root/heap/heapdef.h
diff options
context:
space:
mode:
authorram@gw.udmsearch.izhnet.ru <>2002-04-25 15:10:29 +0500
committerram@gw.udmsearch.izhnet.ru <>2002-04-25 15:10:29 +0500
commitb8a12a8cecf2d277e724827ead7b93a129123362 (patch)
treefae16eacfad983f202e51e4a4398875f00513543 /heap/heapdef.h
parenteab2893dac4f2447baf6b1b2b4f70869e974bf44 (diff)
downloadmariadb-git-b8a12a8cecf2d277e724827ead7b93a129123362.tar.gz
MI_KEYSEG -> HA_KEYSEG
_mi_key_cmp -> ha_key_cmp
Diffstat (limited to 'heap/heapdef.h')
-rw-r--r--heap/heapdef.h2
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;