~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/open_tables_state.h

  • Committer: Olaf van der Spek
  • Date: 2011-04-30 17:00:52 UTC
  • mto: This revision was merged to the branch mainline in revision 2300.
  • Revision ID: olafvdspek@gmail.com-20110430170052-our22yn0btuhyz5t
RemoveĀ unusedĀ param

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
  void close_temporary_tables();
68
68
  void close_temporary_table(Table*);
69
69
  void nukeTable(Table*);
70
 
  void close_open_tables(Session&);
 
70
  void close_open_tables();
71
71
  bool free_cached_table();
72
72
 
73
73
  /* Work with temporary tables */