~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.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:
1852
1852
    other thread tries to abort the MERGE lock in between.
1853
1853
  */
1854
1854
  if (open_tables.open_tables_)
1855
 
    open_tables.close_open_tables(*this);
 
1855
    open_tables.close_open_tables();
1856
1856
}
1857
1857
 
1858
1858
void Session::close_tables_for_reopen(TableList **tables)