diff options
Diffstat (limited to 'myisam/myisamdef.h')
-rw-r--r-- | myisam/myisamdef.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/myisam/myisamdef.h b/myisam/myisamdef.h index e436e0872ca..1af94de1990 100644 --- a/myisam/myisamdef.h +++ b/myisam/myisamdef.h @@ -626,6 +626,8 @@ int _mi_rkey(MI_INFO *info, byte *buf, int inx, const byte *key, uint key_len, enum ha_rkey_function search_flag, bool raw_key); my_bool check_table_is_closed(const char *name, const char *where); +int mi_open_datafile(MI_INFO *info, MYISAM_SHARE *share); +int mi_open_keyfile(MYISAM_SHARE *share); /* Functions needed by mi_check */ #ifdef __cplusplus |