~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/handler/ha_innodb.cc

Fix name conventions for rename table

Show diffs side-by-side

added added

removed removed

Lines of Context:
372
372
                                Table *form,
373
373
                                HA_CREATE_INFO *create_info,
374
374
                                drizzled::message::Table*);
375
 
  UNIV_INTERN int renameTableImplementation(Session* session,
376
 
                                            const char* from, 
377
 
                                            const char* to);
 
375
  UNIV_INTERN int doRenameTable(Session* session,
 
376
                                const char* from, 
 
377
                                const char* to);
378
378
  UNIV_INTERN int deleteTableImplementation(Session* session, const string table_path);
379
379
};
380
380
 
6152
6152
@return 0 or error code */
6153
6153
UNIV_INTERN
6154
6154
int
6155
 
InnobaseEngine::renameTableImplementation(
 
6155
InnobaseEngine::doRenameTable(
6156
6156
/*======================*/
6157
6157
        Session*        session,
6158
6158
        const char*     from,   /*!< in: old name of the table */