~skinny.moey/drizzle/tlog_no_changes_enabled

« back to all changes in this revision

Viewing changes to plugin/table_cache_dictionary/table_cache.cc

  • Committer: Brian Aker
  • Date: 2010-10-28 17:12:01 UTC
  • mfrom: (1887.1.3 merge)
  • Revision ID: brian@tangent.org-20101028171201-baj6l1bnntn1s4ad
Merge in POTFILES changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
{
48
48
  LOCK_open.lock(); /* Optionally lock for remove tables from open_cahe if not in use */
49
49
 
50
 
  for (TableOpenCache::const_iterator iter= get_open_cache().begin();
51
 
       iter != get_open_cache().end();
 
50
  for (table::CacheMap::const_iterator iter= table::getCache().begin();
 
51
       iter != table::getCache().end();
52
52
       iter++)
53
53
   {
54
54
    table_list.push_back((*iter).second);