~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/alter_table.h

  • Committer: Lee Bieber
  • Date: 2011-03-18 02:40:57 UTC
  • mfrom: (2200.2.25 bug702502)
  • mto: This revision was merged to the branch mainline in revision 2242.
  • Revision ID: kalebral@gmail.com-20110318024057-i2d39aihj5vra9zl
Merge Stewart - refactoring of default values

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
  {