~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/storage_engine.cc

Fix name conventions for rename table

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
 
107
107
 
108
108
 
109
 
int plugin::StorageEngine::renameTableImplementation(Session *,
110
 
                                                     const char *from,
111
 
                                                     const char *to)
 
109
int plugin::StorageEngine::doRenameTable(Session *,
 
110
                                         const char *from,
 
111
                                         const char *to)
112
112
{
113
113
  int error= 0;
114
114
  for (const char **ext= bas_ext(); *ext ; ext++)