~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/definition/cache.h

  • Committer: Brian Aker
  • Date: 2010-10-27 01:14:06 UTC
  • mto: (1887.2.1 merge)
  • mto: This revision was merged to the branch mainline in revision 1888.
  • Revision ID: brian@tangent.org-20101027011406-34keghy6gpbfy874
Merge in work for cache (fetch directly from).

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
  {
55
55
    cache.rehash(arg);
56
56
  }
 
57
 
 
58
  TableSharePtr getShare(const TableIdentifier &identifier);
57
59
};
58
60
 
59
61
} /* namespace definition */