~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/mi_open.cc

  • Committer: Brian Aker
  • Date: 2010-09-19 22:22:14 UTC
  • mfrom: (1775.4.4 trunk)
  • Revision ID: brian@tangent.org-20100919222214-sme2je0fxo3gdtkh
Rollup of a outstanding merge requests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
391
391
    disk_cache= NULL;
392
392
    mi_setup_functions(share);
393
393
    share->is_log_table= false;
394
 
    thr_lock_init(&share->lock);
395
394
    if (myisam_concurrent_insert)
396
395
    {
397
396
      share->concurrent_insert=
495
494
  memset(info.rec_buff, 0, mi_get_rec_buff_len(&info, info.rec_buff));
496
495
 
497
496
  *m_info=info;
498
 
  m_info->lock.init(&share->lock, (void*) m_info);
499
497
  myisam_open_list.push_front(m_info);
500
498
 
501
499
  THR_LOCK_myisam.unlock();