~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/csv/ha_tina.cc

  • Committer: Brian Aker
  • Date: 2009-04-28 21:46:57 UTC
  • mto: This revision was merged to the branch mainline in revision 1001.
  • Revision ID: brian@gaz-20090428214657-8vxn7n9dc6epb3zy
Renamed TABLE_SHARE to TableShare

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
  Tina(const string& name_arg)
111
111
   : StorageEngine(name_arg, HTON_CAN_RECREATE | HTON_SUPPORT_LOG_TABLES |
112
112
                             HTON_NO_PARTITION) {}
113
 
  virtual handler *create(TABLE_SHARE *table,
 
113
  virtual handler *create(TableShare *table,
114
114
                          MEM_ROOT *mem_root)
115
115
  {
116
116
    return new (mem_root) ha_tina(this, table);
434
434
 
435
435
 
436
436
 
437
 
ha_tina::ha_tina(StorageEngine *engine_arg, TABLE_SHARE *table_arg)
 
437
ha_tina::ha_tina(StorageEngine *engine_arg, TableShare *table_arg)
438
438
  :handler(engine_arg, table_arg),
439
439
  /*
440
440
    These definitions are found in handler.h