~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/structs.h

  • Committer: Brian Aker
  • Date: 2010-05-29 00:42:32 UTC
  • Revision ID: brian@gir-20100529004232-p0vtxya21i8qxnrr
First part, remove pack flags.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
  */
56
56
  uint16_t store_length;
57
57
  uint16_t key_type;
 
58
private:
 
59
public:
 
60
  uint16_t getKeyType() const
 
61
  {
 
62
    return key_type;
 
63
  }
58
64
  uint16_t fieldnr;                     /* Fieldnum in UNIREG (1,2,3,...) */
59
65
  uint16_t key_part_flag;                       /* 0 or HA_REVERSE_SORT */
60
66
  uint8_t type;