~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/rename.h

  • Committer: Brian Aker
  • Date: 2009-05-27 21:11:30 UTC
  • mto: This revision was merged to the branch mainline in revision 1040.
  • Revision ID: brian@gaz-20090527211130-10yq3d5gee3pwl9w
Remove lower case filename bits (aka we just lock into the most compatible
method, which is what we have been doing).

Removed a number of dead function endings.

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
 
bool drizzle_rename_tables(Session *session, TableList *table_list, bool silent);
 
24
bool drizzle_rename_tables(Session *session, TableList *table_list);
25
25
 
26
26
#endif /* DRIZZLED_RENAME_H */