~fallenpegasus/drizzle/errmsg

« back to all changes in this revision

Viewing changes to drizzled/rename.h

  • Committer: Mark Atwood
  • Date: 2009-01-05 18:38:13 UTC
  • mfrom: (755.2.3 drizzle)
  • Revision ID: me@mark.atwood.name-20090105183813-is16s37ypfzpqtfm
mergeĀ fromĀ main

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