~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/schema_engine/schema.h

  • Committer: Eric Day
  • Date: 2010-03-25 19:28:37 UTC
  • mfrom: (1405 staging)
  • mto: This revision was merged to the branch mainline in revision 1409.
  • Revision ID: eday@oddments.org-20100325192837-4exmacbrywjovsqp
Merged trunk, rsolved conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
 
91
91
  bool doDoesTableExist(drizzled::Session& session, drizzled::TableIdentifier &identifier);
92
92
 
 
93
  int doRenameTable(drizzled::Session&, drizzled::TableIdentifier &, drizzled::TableIdentifier &)
 
94
  {
 
95
    return EPERM;
 
96
  }
 
97
 
93
98
  const char **bas_ext() const 
94
99
  {
95
100
    return schema_exts;