~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/alter_table.cc

  • Committer: Stewart Smith
  • Date: 2011-03-02 07:07:53 UTC
  • mto: (2241.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2242.
  • Revision ID: stewart@flamingspork.com-20110302070753-kyhgs00k0ixom8rb
remove the now unused AlterDrop class, header file and includes

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
#include <drizzled/message.h>
47
47
#include <drizzled/message/alter_table.pb.h>
48
48
#include <drizzled/alter_column.h>
49
 
#include <drizzled/alter_drop.h>
50
49
#include <drizzled/alter_info.h>
51
50
 
52
51
using namespace std;