~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/storage_engine.h

  • Committer: Brian Aker
  • Date: 2010-03-01 17:04:10 UTC
  • mfrom: (1309.1.23 build)
  • Revision ID: brian@gaz-20100301170410-ph8eb1hdf9rqks51
Merge up build to staging.

Show diffs side-by-side

added added

removed removed

Lines of Context:
284
284
  }
285
285
  virtual Cursor *create(TableShare &, memory::Root *)= 0;
286
286
  /* args: path */
287
 
  virtual void drop_database(char*) { }
288
287
  virtual bool flush_logs() { return false; }
289
288
  virtual bool show_status(Session *, stat_print_fn *, enum ha_stat_type)
290
289
  {