~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/handler/ha_innodb.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
322
322
        XID     *xid);  /* in: X/Open XA transaction identification */
323
323
 
324
324
  virtual Cursor *create(TableShare &table,
325
 
                          MEM_ROOT *mem_root)
 
325
                         drizzled::memory::Root *mem_root)
326
326
  {
327
327
    return new (mem_root) ha_innobase(*this, table);
328
328
  }