~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/alter_info.cc

  • Committer: Stewart Smith
  • Date: 2011-02-28 02:07:11 UTC
  • mto: (2241.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2242.
  • Revision ID: stewart@flamingspork.com-20110228020711-bc1s0tsvbg4ynfwy
switch DISCARD/IMPORT TABLESPACE to only use the alter table protobuf message

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
AlterInfo::AlterInfo() :
36
36
  flags(),
37
37
  keys_onoff(LEAVE_AS_IS),
38
 
  tablespace_op(NO_TABLESPACE_OP),
39
38
  no_parts(0),
40
39
  build_method(HA_BUILD_DEFAULT),
41
40
  error_if_not_empty(false)