246
246
share->last_version= 0L; /* Impossible version */
247
247
#ifdef __WIN__REMOVE_OBSOLETE_WORKAROUND
248
248
/* Close the isam and data files as Win32 can't drop an open table */
258
249
if (info->opt_flag & (READ_CACHE_USED | WRITE_CACHE_USED))
260
251
info->opt_flag&= ~(READ_CACHE_USED | WRITE_CACHE_USED);