~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/rename.h

  • Committer: Brian Aker
  • Date: 2009-01-05 07:47:52 UTC
  • Revision ID: brian@tangent.org-20090105074752-m6faaqwm8579nzxl
Randowm class cleanup.

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 */