31
31
ulong myisam_recover_options= HA_RECOVER_NONE;
32
32
pthread_mutex_t THR_LOCK_myisam= PTHREAD_MUTEX_INITIALIZER;
34
37
/* bits in myisam_recover_options */
35
38
const char *myisam_recover_names[] =
36
39
{ "DEFAULT", "BACKUP", "FORCE", "QUICK", NULL};