~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table/instance.cc

  • Committer: Brian Aker
  • Date: 2010-12-23 07:37:59 UTC
  • mto: (2026.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 2027.
  • Revision ID: brian@tangent.org-20101223073759-h1w3pjhhq63qvmsr
Additional encapsulation around the SE api. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
324
324
    }
325
325
 
326
326
    TableIdentifier identifier(getShare()->getSchemaName(), getShare()->getTableName(), getShare()->getTableName());
327
 
    getShare()->getEngine()->doDropTable(*in_use, identifier);
 
327
    plugin::StorageEngine::dropTable(*in_use,
 
328
                                     *getShare()->getEngine(),
 
329
                                     identifier);
328
330
 
329
331
    delete cursor;
330
332
  }