~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/myisam_priv.h

  • Committer: Brian Aker
  • Date: 2010-08-11 17:06:22 UTC
  • mto: This revision was merged to the branch mainline in revision 1702.
  • Revision ID: brian@gaz-20100811170622-mu43l3tjk0kvmffw
Remove additional lock around mmap.

Show diffs side-by-side

added added

removed removed

Lines of Context:
236
236
  drizzled::internal::my_off_t mmaped_length;
237
237
  uint32_t     nonmmaped_inserts;           /* counter of writing in non-mmaped
238
238
                                           area */
239
 
  pthread_rwlock_t mmap_lock;
240
239
} MYISAM_SHARE;
241
240
 
242
241