~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/storage_engine.h

  • Committer: Mark Atwood
  • Date: 2011-05-08 15:52:16 UTC
  • mfrom: (2302.1.8 refactor)
  • Revision ID: me@mark.atwood.name-20110508155216-bkg30r4ciqq8xy62
mergeĀ lp:~olafvdspek/drizzle/refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
320
320
  static plugin::StorageEngine *findByName(const std::string &find_str);
321
321
  static plugin::StorageEngine *findByName(Session& session, const std::string &find_str);
322
322
 
323
 
  static void closeConnection(Session* session);
 
323
  static void closeConnection(Session&);
324
324
  static void dropDatabase(char* path);
325
325
  static bool flushLogs(plugin::StorageEngine *db_type);
326
326