1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MI_KEYSEG -> HA_KEYSEG

_mi_key_cmp -> ha_key_cmp
This commit is contained in:
ram@gw.udmsearch.izhnet.ru
2002-04-25 15:10:29 +05:00
parent eab2893dac
commit b8a12a8cec
38 changed files with 106 additions and 105 deletions

View File

@ -85,7 +85,7 @@ typedef struct st_hp_keydef /* Key definition with open */
uint length; /* Length of key (automatic) */
uint8 algorithm; /* HASH / BTREE */
uint ref_offs; /* Data reference offset */
MI_KEYSEG *seg;
HA_KEYSEG *seg;
HP_BLOCK block; /* Where keys are saved */
TREE rb_tree;
int (*write_key)(struct st_heap_info *info, struct st_hp_keydef *keyinfo,