~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/enum.h

  • Committer: Jay Pipes
  • Date: 2009-08-25 12:50:26 UTC
  • mfrom: (1124 staging)
  • mto: This revision was merged to the branch mainline in revision 1125.
  • Revision ID: jpipes@serialcoder-20090825125026-rowp34afwb4zkft3
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
262
262
  TIMESTAMP_AUTO_SET_ON_BOTH= 3
263
263
};
264
264
 
265
 
enum ha_choice 
266
 
267
 
  HA_CHOICE_UNDEF,
268
 
  HA_CHOICE_NO,
269
 
  HA_CHOICE_YES 
270
 
};
271
 
 
272
265
enum enum_ha_read_modes 
273
266
274
267
  RFIRST,