~mkindahl/drizzle/remove-mem-casts

« back to all changes in this revision

Viewing changes to server/sql_sort.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:
39
39
  uint   offset;         /* Offset from the last sorted field */
40
40
  uint   null_offset;    /* Offset to to null bit from the last sorted field */
41
41
  uint   length;         /* Length in the sort buffer */
42
 
  uint8  null_bit;       /* Null bit mask for the field */
 
42
  uint8_t  null_bit;       /* Null bit mask for the field */
43
43
} SORT_ADDON_FIELD;
44
44
 
45
45
typedef struct st_buffpek {             /* Struktur om sorteringsbuffrarna */