~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/storage_engine.h

Reworked delete table code (thank god... or... whatever... how about my dog?
Yeah... thank dog...))

Show diffs side-by-side

added added

removed removed

Lines of Context:
295
295
    return deleteTableImplementation(session, table_path);
296
296
  }
297
297
 
 
298
  // TODO: move this to protected
298
299
  virtual void doGetTableNames(CachedDirectory &directory, std::string& db_name, std::set<std::string> *set_of_names);
299
300
 
300
301
  const char *checkLowercaseNames(const char *path, char *tmp_path);