~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/csv/ha_tina.cc

  • Committer: Stewart Smith
  • Date: 2010-04-13 07:19:47 UTC
  • mto: This revision was merged to the branch mainline in revision 1466.
  • Revision ID: stewart@flamingspork.com-20100413071947-ud93x3f5s58o7bx7
remove HTON_FILE_BASED: it's unused now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
   : drizzled::plugin::StorageEngine(name_arg,
120
120
                                     HTON_TEMPORARY_ONLY |
121
121
                                     HTON_NO_AUTO_INCREMENT |
122
 
                                     HTON_SKIP_STORE_LOCK |
123
 
                                     HTON_FILE_BASED),
 
122
                                     HTON_SKIP_STORE_LOCK),
124
123
    tina_open_tables()
125
124
  {}
126
125
  virtual ~Tina()