~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/my_base.h

MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
159
159
  HA_EXTRA_IGNORE_NO_KEY,
160
160
  HA_EXTRA_NO_IGNORE_NO_KEY,
161
161
  /*
162
 
    Mark the table as a log table. For some handlers (e.g. CSV) this results
163
 
    in a special locking for the table.
164
 
  */
165
 
  HA_EXTRA_MARK_AS_LOG_TABLE,
166
 
  /*
167
162
    Informs handler that write_row() which tries to insert new row into the
168
163
    table and encounters some already existing row with same primary/unique
169
164
    key can replace old row with new row instead of reporting error (basically