~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/enum.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:
172
172
  TABLE_CATEGORY_INFORMATION
173
173
};
174
174
 
175
 
enum enum_enable_or_disable
176
 
{
177
 
  LEAVE_AS_IS,
178
 
  ENABLE,
179
 
  DISABLE
180
 
};
181
 
 
182
 
 
183
175
enum enum_mark_columns
184
176
{
185
177
  MARK_COLUMNS_NONE,