~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/structs.h

  • Committer: Brian Aker
  • Date: 2009-05-21 00:57:05 UTC
  • mto: This revision was merged to the branch mainline in revision 1032.
  • Revision ID: brian@gaz-20090521005705-rpq4hzhy761d3wbj
Straighten out structures (remove some some dead bits).

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
 
79
79
typedef struct st_key {
80
80
  uint  key_length;                     /* Tot length of key */
 
81
  enum  ha_key_alg algorithm;
81
82
  ulong flags;                          /* dupp key and pack flags */
82
83
  uint  key_parts;                      /* How many key_parts */
83
84
  uint32_t  extra_length;
84
85
  uint  usable_key_parts;               /* Should normally be = key_parts */
85
86
  uint32_t  block_size;
86
 
  enum  ha_key_alg algorithm;
87
87
  KEY_PART_INFO *key_part;
88
88
  char  *name;                          /* Name of key */
89
89
  /*