~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Monty Taylor
  • Date: 2009-12-25 08:50:15 UTC
  • mto: This revision was merged to the branch mainline in revision 1255.
  • Revision ID: mordred@inaugust.com-20091225085015-83sux5qsvy312gew
MEM_ROOT == memory::Root

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
  }