~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/schema_engine/schema.h

  • Committer: Brian Aker
  • Date: 2010-12-18 10:14:05 UTC
  • mfrom: (2008.1.3 clean)
  • Revision ID: brian@tangent.org-20101218101405-qjbse29shi9coklg
Merge of user identifier work

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
  ~Schema();
52
52
 
53
53
 
54
 
  bool doCanCreateTable(const drizzled::TableIdentifier &identifier);
55
 
 
56
54
  drizzled::Cursor *create(drizzled::Table &)
57
55
  {
58
56
    return NULL;