~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/rename.cc

  • Committer: Brian Aker
  • Date: 2008-11-18 23:19:19 UTC
  • mfrom: (584.1.16 devel)
  • Revision ID: brian@tangent.org-20081118231919-w9sr347dtiwhccml
Merge of Monty's work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
*/
19
19
#include <drizzled/server_includes.h>
20
20
#include <drizzled/error.h>
 
21
#include <drizzled/table_list.h>
 
22
#include <drizzled/session.h>
21
23
 
22
24
static TableList *rename_tables(Session *session, TableList *table_list,
23
 
                                 bool skip_error);
 
25
                                bool skip_error);
24
26
 
25
27
static TableList *reverse_table_list(TableList *table_list);
26
28