~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/rename.cc

  • Committer: Eric Day
  • Date: 2009-08-27 18:06:03 UTC
  • mfrom: (1125 staging)
  • mto: This revision was merged to the branch mainline in revision 1131.
  • Revision ID: eday@oddments.org-20090827180603-hy264dq4s78dptdo
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include <drizzled/lock.h>
24
24
#include "drizzled/rename.h"
25
25
 
 
26
using namespace drizzled;
 
27
 
26
28
static TableList *rename_tables(Session *session, TableList *table_list,
27
29
                                bool skip_error);
28
30
 
162
164
  }
163
165
 
164
166
  StorageEngine *engine= NULL;
165
 
  drizzled::message::Table table_proto;
 
167
  message::Table table_proto;
166
168
  char path[FN_REFLEN];
167
169
  size_t length;
168
170