~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/enum.h

  • Committer: Monty Taylor
  • Date: 2009-02-04 20:24:17 UTC
  • mto: (779.8.3 devel)
  • mto: This revision was merged to the branch mainline in revision 832.
  • Revision ID: mordred@inaugust.com-20090204202417-m3jfvm1tr4oe0pnm
RevertĀ theĀ fail.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
protected:
28
28
  uint32_t packlength;
29
29
public:
30
 
  using Field::store;
31
 
  using Field::val_int;
32
 
  using Field::val_str;
33
 
  using Field::cmp;
34
 
 
35
30
  TYPELIB *typelib;
36
31
  Field_enum(unsigned char *ptr_arg, uint32_t len_arg, unsigned char *null_ptr_arg,
37
32
             unsigned char null_bit_arg,