1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +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

@ -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;