~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/heap.h

  • Committer: Brian Aker
  • Date: 2008-07-23 00:11:39 UTC
  • Revision ID: brian@tangent.org-20080723001139-967ewfngqqotwb6e
Removed final uint dead types.

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
  uint flag;                            /* HA_NOSAME | HA_NULL_PART_KEY */
112
112
  uint keysegs;                         /* Number of key-segment */
113
113
  uint length;                          /* Length of key (automatic) */
114
 
  uint8 algorithm;                      /* HASH / BTREE */
 
114
  uint8_t algorithm;                    /* HASH / BTREE */
115
115
  HA_KEYSEG *seg;
116
116
  HP_BLOCK block;                       /* Where keys are saved */
117
117
  /*