~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_open.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:
519
519
  myisam_open_list=list_add(myisam_open_list,&m_info->open_list);
520
520
 
521
521
  pthread_mutex_unlock(&THR_LOCK_myisam);
522
 
  if (myisam_log_file >= 0)
523
 
  {
524
 
    intern_filename(name_buff,share->index_file_name);
525
 
    _myisam_log(MI_LOG_OPEN, m_info, (uchar*) name_buff, strlen(name_buff));
526
 
  }
527
522
  return(m_info);
528
523
 
529
524
err: