~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/schema_engine/schema.h

  • Committer: Brian Aker
  • Date: 2011-01-24 00:14:21 UTC
  • mfrom: (2081.4.1 clean)
  • Revision ID: brian@tangent.org-20110124001421-eys9bolq0zng6fs2
Merge in trunk of bootstrap treee.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
  bool readSchemaFile(const drizzled::identifier::Schema &schema_identifier, drizzled::message::Schema &schema);
39
39
 
40
40
  void prime();
 
41
  void startup(drizzled::Session &session);
41
42
 
42
43
  typedef boost::unordered_map<std::string, drizzled::message::schema::shared_ptr> SchemaCache;
43
44
  SchemaCache schema_cache;