19 #include "../myisam/myisamdef.h"
22 #include "myisammrg.h"
24 extern LIST *myrg_open_list;
28 int _myrg_init_queue(
MYRG_INFO *info,
int inx,
enum ha_rkey_function search_flag);
29 int _myrg_mi_read_record(
MI_INFO *info, uchar *
buf);
33 void myrg_print_wrong_table(
const char *
table_name);
35 #ifdef HAVE_PSI_INTERFACE
36 extern PSI_mutex_key rg_key_mutex_MYRG_INFO_mutex;
38 extern PSI_file_key rg_key_file_MRG;
41 void init_myisammrg_psi_keys();