~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/schema_engine/schema.h

  • Committer: Brian Aker
  • Date: 2010-02-25 07:52:23 UTC
  • mto: (1273.13.101 build)
  • mto: This revision was merged to the branch mainline in revision 1309.
  • Revision ID: brian@gaz-20100225075223-125dkr0n8kpmobkj
Fix dropSchema().

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
 
68
68
  bool doAlterSchema(const drizzled::message::Schema &schema_message);
69
69
 
 
70
  bool doDropSchema(const std::string &schema_name);
 
71
 
70
72
  const char **bas_ext() const 
71
73
  {
72
74
    return schema_exts;