~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/csv/ha_tina.cc

  • Committer: Brian Aker
  • Date: 2009-12-01 20:29:58 UTC
  • mto: (1237.3.2 push)
  • mto: This revision was merged to the branch mainline in revision 1236.
  • Revision ID: brian@gaz-20091201202958-4xzjbani7rwcvigd
Added engine flag so that an engine can skip store_lock.

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
                                     HTON_TEMPORARY_ONLY |
126
126
                                     HTON_NO_AUTO_INCREMENT |
127
127
                                     HTON_HAS_DATA_DICTIONARY |
 
128
                                     HTON_SKIP_STORE_LOCK |
128
129
                                     HTON_FILE_BASED) {}
129
130
  virtual Cursor *create(TableShare &table,
130
131
                          MEM_ROOT *mem_root)