~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.cc

  • Committer: Monty Taylor
  • Date: 2011-03-09 20:59:40 UTC
  • mfrom: (2226.1.14 build)
  • Revision ID: mordred@inaugust.com-20110309205940-7f5mk6zba2u7bawa
Merged Dave - Filtered Replication docs
Merged Olaf - Refactoring work
Removed archive, blackhole, filesystem_engine, blitzdb, csv and pbxt from
the tree pre-GA as we have no interest in supporting them moving forward.

Show diffs side-by-side

added added

removed removed

Lines of Context:
329
329
 
330
330
 
331
331
/**
332
 
  move one table to free list 
 
332
  move one table to free list
333
333
*/
334
334
 
335
335
bool Session::free_cached_table(boost::mutex::scoped_lock &scopedLock)
900
900
  const char *alias= table_list->alias;
901
901
 
902
902
  /* Parsing of partitioning information from .frm needs session->lex set up. */
903
 
  assert(lex->is_lex_started);
 
903
  assert(getLex()->is_lex_started);
904
904
 
905
905
  /* find a unused table in the open table cache */
906
906
  if (refresh)