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

Heap table code cleanup

This commit is contained in:
ram@gw.udmsearch.izhnet.ru
2002-05-23 19:26:16 +05:00
parent d1e13bec39
commit 4375d827db
9 changed files with 77 additions and 71 deletions

View File

@ -91,6 +91,7 @@ typedef struct st_hp_keydef /* Key definition with open */
const byte *record, byte *recpos);
int (*delete_key)(struct st_heap_info *info, struct st_hp_keydef *keyinfo,
const byte *record, byte *recpos, int flag);
uint (*get_key_length)(struct st_hp_keydef *keydef, const byte *key);
} HP_KEYDEF;
typedef struct st_heap_share