~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/alter_table.cc

  • Committer: Lee Bieber
  • Date: 2011-03-16 18:11:33 UTC
  • mfrom: (2239.2.2 build)
  • Revision ID: kalebral@gmail.com-20110316181133-zr1uj612rz7s32s0
Merge Patrick - Added some randgen test cases
Merge Olaf - refactor includes

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
#include <drizzled/alter_column.h>
48
48
#include <drizzled/alter_drop.h>
49
49
#include <drizzled/alter_info.h>
 
50
#include <drizzled/util/test.h>
50
51
 
51
52
using namespace std;
52
53