~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/open_tables_state.h

  • Committer: Lee Bieber
  • Date: 2011-03-23 22:07:25 UTC
  • mfrom: (2246.4.6 foreach)
  • mto: This revision was merged to the branch mainline in revision 2248.
  • Revision ID: kalebral@gmail.com-20110323220725-0whqef7r72kv7tox
Merge Olaf - Use BOOST_FOREACH

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
 
91
91
  void dumpTemporaryTableNames(const char *id);
92
92
  int drop_temporary_table(const drizzled::identifier::Table &identifier);
93
 
  bool rm_temporary_table(plugin::StorageEngine *base, const identifier::Table &identifier);
 
93
  bool rm_temporary_table(plugin::StorageEngine&, const identifier::Table&);
94
94
  bool rm_temporary_table(const drizzled::identifier::Table &identifier, bool best_effort= false);
95
95
  Table *open_temporary_table(const drizzled::identifier::Table &identifier,
96
96
                              bool link_in_list= true);