~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/rename.h

  • Committer: Andrew Hutchings
  • Date: 2009-01-06 13:26:38 UTC
  • mfrom: (759 drizzle)
  • mto: (779.1.21 devel)
  • mto: This revision was merged to the branch mainline in revision 799.
  • Revision ID: linuxjedi@linuxjedi-laptop-20090106132638-gwo842uqbjz5ge1o
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#ifndef DRIZZLED_RENAME_H
22
22
#define DRIZZLED_RENAME_H
23
23
 
24
 
 
25
24
bool drizzle_rename_tables(Session *session, TableList *table_list, bool silent);
26
 
bool do_rename(Session *session, TableList *ren_table, char *new_db,
27
 
                      char *new_table_name, char *new_table_alias,
28
 
                      bool skip_error);
29
 
 
30
25
 
31
26
#endif /* DRIZZLED_RENAME_H */