~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.cc

  • 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:
319
319
  @remark It should not ordinarily be called directly.
320
320
*/
321
321
 
322
 
void Open_tables_state::close_open_tables(Session&) // todo: remove param
 
322
void Open_tables_state::close_open_tables()
323
323
{
324
324
  bool found_old_table= false;
325
325