~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/schema_engine/schema.h

  • Committer: Brian Aker
  • Date: 2010-03-03 23:42:14 UTC
  • mto: This revision was merged to the branch mainline in revision 1321.
  • Revision ID: brian@gaz-20100303234214-wij7pzl4s5f8rx4p
Temporary fix for allowing engines to say "don't do this".

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
 
64
64
  int doDropTable(drizzled::Session&, const std::string &table_path);
65
65
 
 
66
  bool doCanCreateTable(const drizzled::TableIdentifier &identifier);
 
67
 
66
68
  drizzled::Cursor *create(drizzled::TableShare &,
67
69
                           drizzled::memory::Root *)
68
70
  {