~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/rename.cc

Merged fix-headers work.

Show diffs side-by-side

added added

removed removed

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