~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/table_cache_dictionary/table_definition_cache.h

  • Committer: Brian Aker
  • Date: 2010-10-27 21:51:47 UTC
  • mto: (1887.2.1 merge)
  • mto: This revision was merged to the branch mainline in revision 1888.
  • Revision ID: brian@tangent.org-20101027215147-ahoxcu2brwlzhx46
Shuffle name

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
  {
34
34
    bool is_primed;
35
35
    drizzled::TableSharePtr share;
36
 
    drizzled::TableDefinitionCache::const_iterator table_share_iterator;
 
36
    drizzled::definition::CacheMap::const_iterator table_share_iterator;
37
37
 
38
38
    void fill();
39
39