~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-04 08:33:14 UTC
  • mfrom: (1320.1.12 build)
  • Revision ID: brian@gaz-20100304083314-pscg89hdw618s2j5
Merge.

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
  {