~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/alter_info.h

  • Committer: Stewart Smith
  • Date: 2011-03-02 04:23:05 UTC
  • mto: (2241.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2242.
  • Revision ID: stewart@flamingspork.com-20110302042305-q6bjqjn4jq2rqmtm
remove enum_enable_or_disable which was only used for alter_info.keys_onoff. We can just use the message::AlterTable now

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
  List<CreateField> create_list;
81
81
  message::AddedFields added_fields_proto;
82
82
  std::bitset<32> flags;
83
 
  enum enum_enable_or_disable keys_onoff;
84
83
  uint32_t no_parts;
85
84
  bool error_if_not_empty;
86
85