~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_panic.c

Merge/fix in FAQ.

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
      break;
101
101
    }
102
102
  }
 
103
  if (flag == HA_PANIC_CLOSE)
 
104
  {
 
105
    VOID(mi_log(0));                            /* Close log if neaded */
 
106
  }
103
107
  pthread_mutex_unlock(&THR_LOCK_myisam);
104
108
  if (!error)
105
109
    return(0);