~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/ha_myisam.cc

Merge Stewart's dead code removal

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
static const string engine_name("MyISAM");
40
40
 
41
 
ulong myisam_recover_options= HA_RECOVER_NONE;
42
41
pthread_mutex_t THR_LOCK_myisam= PTHREAD_MUTEX_INITIALIZER;
43
42
 
44
43
static uint32_t repair_threads;