~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 04:10:25 UTC
  • mfrom: (2241.1.2 build)
  • Revision ID: kalebral@gmail.com-20110318041025-1xoj1azy6zobhnbm
Merge Stewart - refactoring of default values
Merge Olaf - more refactoring

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
  {