~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_close.c

  • Committer: Brian Aker
  • Date: 2008-08-11 04:55:59 UTC
  • Revision ID: brian@tangent.org-20080811045559-azgfc343y0igyzsz
ulong cleanup, remove log code from myisam.

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
  if (info->dfile >= 0 && my_close(info->dfile,MYF(0)))
104
104
    error = my_errno;
105
105
 
106
 
  myisam_log_command(MI_LOG_CLOSE,info,NULL,0,error);
107
106
  my_free((uchar*) info,MYF(0));
108
107
 
109
108
  if (error)