~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/base.h

  • Committer: Brian Aker
  • Date: 2009-07-12 00:49:18 UTC
  • mfrom: (1063.9.51 brian-tmp-fix)
  • Revision ID: brian@gaz-20090712004918-chprmyj387ex6l8a
Merge Stewart

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