~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/alter_table.h

Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
class AlterTable : public CreateTable
39
39
{
40
40
public:
41
 
  AlterTable(Session *in_session, Table_ident *ident, drizzled::ha_build_method build_arg);
 
41
  AlterTable(Session *in_session, Table_ident *ident);
42
42
 
43
43
  virtual bool is_alter() const
44
44
  {