~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/myisam_priv.h

  • 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:
234
234
    not_flushed,
235
235
    temporary,delay_key_write,
236
236
    concurrent_insert;
237
 
  drizzled::THR_LOCK lock;
238
237
  drizzled::internal::my_off_t mmaped_length;
239
238
  uint32_t     nonmmaped_inserts;           /* counter of writing in non-mmaped
240
239
                                           area */