35
35
list<MI_INFO *>::iterator it= myisam_open_list.begin();
36
36
while (it != myisam_open_list.end())
46
46
case HA_PANIC_WRITE: /* Do this to free databases */
47
47
#ifdef CANT_OPEN_FILES_TWICE
48
48
if (info->s->options & HA_OPTION_READ_ONLY_DATA)
53
53
if (info->opt_flag & WRITE_CACHE_USED)
54
54
if (flush_io_cache(&info->rec_cache))