~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/information_engine/information_engine.h

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
156
156
    return EPERM; 
157
157
  }
158
158
 
159
 
  virtual Cursor *create(TableShare &table, MEM_ROOT *mem_root);
 
159
  virtual Cursor *create(TableShare &table, drizzled::memory::Root *mem_root);
160
160
 
161
161
  const char **bas_ext() const 
162
162
  {