~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/archive/ha_archive.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
151
151
  }
152
152
 
153
153
  virtual Cursor *create(TableShare &table,
154
 
                          MEM_ROOT *mem_root)
 
154
                         drizzled::memory::Root *mem_root)
155
155
  {
156
156
    return new (mem_root) ha_archive(*this, table);
157
157
  }