~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table/cache.h

  • Committer: Brian Aker
  • Date: 2010-11-09 03:56:52 UTC
  • mto: (1921.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 1922.
  • Revision ID: brian@tangent.org-20101109035652-ebkg0zyrozxe6n1c
Rehash the size on the actual table cache as well.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
    return cache;
50
50
  }
51
51
 
 
52
  void rehash(size_t arg)
 
53
  {
 
54
    cache.rehash(arg);
 
55
  }
 
56
 
52
57
  bool areTablesUsed(Table *table, bool wait_for_name_lock);
53
58
  void removeSchema(const SchemaIdentifier &schema_identifier);
54
59
  bool removeTable(Session *session, TableIdentifier &identifier, uint32_t flags);