~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/lock.cc

  • Committer: Brian Aker
  • Date: 2010-10-26 17:07:58 UTC
  • mto: (1887.2.1 merge)
  • mto: This revision was merged to the branch mainline in revision 1888.
  • Revision ID: brian@tangent.org-20101026170758-co3js3swr41zc8s4
Additional encapsulation

Show diffs side-by-side

added added

removed removed

Lines of Context:
718
718
  table_list->table= reinterpret_cast<Table *>(table);
719
719
 
720
720
  /* Return 1 if table is in use */
721
 
  return(test(remove_table_from_cache(session, identifier, RTFC_NO_FLAG)));
 
721
  return(test(table::Cache::singleton().removeTable(session, identifier, RTFC_NO_FLAG)));
722
722
}
723
723
 
724
724