~skinny.moey/drizzle/tlog_no_changes_enabled

« back to all changes in this revision

Viewing changes to plugin/show_dictionary/show_table_status.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:
59
59
  {
60
60
    LOCK_open.lock(); /* Optionally lock for remove tables from open_cahe if not in use */
61
61
 
62
 
    TableOpenCache &open_cache(get_open_cache());
 
62
    table::CacheMap &open_cache(table::getCache());
63
63
 
64
 
    for (TableOpenCache::const_iterator iter= open_cache.begin();
 
64
    for (table::CacheMap::const_iterator iter= open_cache.begin();
65
65
         iter != open_cache.end();
66
66
         iter++)
67
67
    {