~posulliv/drizzle/optimizer-style-cleanup

« back to all changes in this revision

Viewing changes to plugin/archive/archive_engine.h

  • Committer: Padraig O'Sullivan
  • Date: 2010-03-15 14:05:26 UTC
  • mfrom: (1237.9.99 staging)
  • Revision ID: osullivan.padraig@gmail.com-20100315140526-opbgwdwn6tfecdkq
MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
 
97
97
  void doGetTableNames(drizzled::CachedDirectory &directory, std::string& , std::set<std::string>& set_of_names);
98
98
 
99
 
  int doDropTable(drizzled::Session&, const std::string table_path);
 
99
  int doDropTable(drizzled::Session&, const std::string &table_path);
100
100
  ArchiveShare *findOpenTable(const std::string table_name);
101
101
  void addOpenTable(const std::string &table_name, ArchiveShare *);
102
102
  void deleteOpenTable(const std::string &table_name);