~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/base.h

  • Committer: Stewart Smith
  • Date: 2009-06-26 06:31:26 UTC
  • mto: This revision was merged to the branch mainline in revision 1094.
  • Revision ID: stewart@flamingspork.com-20090626063126-1v7oa78uhlw9vhcu
remove HA_EXTRA_MMAP. only ever used by MyISAM for non-temp tables.

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
    to overwrite entire row.
147
147
  */
148
148
  HA_EXTRA_KEYREAD_PRESERVE_FIELDS,
149
 
  HA_EXTRA_MMAP,
150
149
  /*
151
150
    Ignore if the a tuple is not found, continue processing the
152
151
    transaction and ignore that 'row'.  Needed for idempotency