~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-13 23:16:35 UTC
  • mfrom: (2079.4.1 clean)
  • mto: This revision was merged to the branch mainline in revision 2107.
  • Revision ID: brian@tangent.org-20110113231635-i4zm8r0cluqk5t2v
Merge in current work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
  bool readSchemaFile(const drizzled::SchemaIdentifier &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;