~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/alter_info.h

  • Committer: Stewart Smith
  • Date: 2011-02-28 01:21:43 UTC
  • mto: (2241.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2242.
  • Revision ID: stewart@flamingspork.com-20110228012143-6p0148nqslz0mn9v
rename old alter table proto to AddedFields as it really has a dual purpose and isn't how we should structure Alter Table.

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
  List<AlterColumn> alter_list;
86
86
  List<Key> key_list;
87
87
  List<CreateField> create_list;
88
 
  message::AlterTable alter_proto;
 
88
  message::AddedFields added_fields_proto;
89
89
  std::bitset<32> flags;
90
90
  enum enum_enable_or_disable keys_onoff;
91
91
  enum tablespace_op_type tablespace_op;