~jaypipes/drizzle/refactor-trx-log-applier

« back to all changes in this revision

Viewing changes to plugin/schema_engine/schema.h

  • Committer: Jay Pipes
  • Date: 2010-03-05 18:24:28 UTC
  • mfrom: (1273.1.51 staging)
  • Revision ID: jpipes@serialcoder-20100305182428-9m16fszbs3mvdhe0
Merge trunk

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
  {