~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table/cache.h

  • Committer: Brian Aker
  • Date: 2011-01-16 19:48:25 UTC
  • mto: (2088.1.3 merge)
  • mto: This revision was merged to the branch mainline in revision 2089.
  • Revision ID: brian@gir-3-20110116194825-vf4j6eowqyg5p214
Merge in schema identifier.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
  }
65
65
 
66
66
  bool areTablesUsed(Table *table, bool wait_for_name_lock);
67
 
  void removeSchema(const SchemaIdentifier &schema_identifier);
 
67
  void removeSchema(const identifier::Schema &schema_identifier);
68
68
  bool removeTable(Session *session, TableIdentifier &identifier, uint32_t flags);
69
69
  void release(table::instance::Shared *share);
70
70
  bool insert(table::Concurrent *arg);