~skinny.moey/drizzle/transaction_id_innodb

« back to all changes in this revision

Viewing changes to plugin/table_cache_dictionary/table_cache.cc

  • Committer: Joseph Daly
  • Date: 2010-10-29 00:12:38 UTC
  • mfrom: (1856.2.32 merge)
  • Revision ID: skinny.moey@gmail.com-20101029001238-y6dxgjv9eam7uc2a
merge trunk

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);