~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 22:55:57 UTC
  • mto: (2081.4.1 clean)
  • mto: This revision was merged to the branch mainline in revision 2107.
  • Revision ID: brian@tangent.org-20110113225557-340z4qlpmsvx79as
Merge in code to all plugins to do whatever they need to do once all other
plugins have been loaded/initialized/warmed up/etc.

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;