~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_panic.c

  • Committer: Patrick Galbraith
  • Date: 2008-07-24 16:57:40 UTC
  • mto: (202.2.4 rename-mysql-to-drizzle)
  • mto: This revision was merged to the branch mainline in revision 212.
  • Revision ID: patg@ishvara-20080724165740-x58yw6zs6d9o17lf
Most everything working with client rename
mysqlslap test still fails... can't connect to the server

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);