~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/rename.cc

  • Committer: Brian Aker
  • Date: 2009-05-27 19:47:42 UTC
  • mto: This revision was merged to the branch mainline in revision 1040.
  • Revision ID: brian@gaz-20090527194742-0o5bfdrih9x2gs4y
Modified alias to being const.

Show diffs side-by-side

added added

removed removed

Lines of Context:
150
150
*/
151
151
 
152
152
bool
153
 
do_rename(Session *session, TableList *ren_table, char *new_db, char *new_table_name,
154
 
          char *new_table_alias, bool skip_error)
 
153
do_rename(Session *session, TableList *ren_table, const char *new_db, const char *new_table_name,
 
154
          const char *new_table_alias, bool skip_error)
155
155
{
156
156
  int rc= 1;
157
157
  const char *new_alias, *old_alias;