~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/csv/ha_tina.cc

  • Committer: Stewart Smith
  • Author(s): Brian Aker
  • Date: 2009-07-21 05:16:27 UTC
  • mto: (1093.1.29 captain)
  • mto: This revision was merged to the branch mainline in revision 1102.
  • Revision ID: stewart@flamingspork.com-20090721051627-uhgp5av31lehrh9s
Moved file based flag up to engine (from handler). checkLowercaseNames() is now a ember of StorageEngine.

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
{
121
121
public:
122
122
  Tina(const string& name_arg)
123
 
   : StorageEngine(name_arg, HTON_CAN_RECREATE | HTON_TEMPORARY_ONLY) {}
 
123
   : StorageEngine(name_arg, HTON_CAN_RECREATE | HTON_TEMPORARY_ONLY | HTON_FILE_BASED) {}
124
124
  virtual handler *create(TableShare *table,
125
125
                          MEM_ROOT *mem_root)
126
126
  {