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:
@ -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
|
||||
|
Reference in New Issue
Block a user