~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/filesort_info.h

  • Committer: Brian Aker
  • Date: 2008-10-06 06:47:29 UTC
  • Revision ID: brian@tangent.org-20081006064729-2i9mhjkzyvow9xsm
RemoveĀ uint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
  IO_CACHE *io_cache;           /* If sorted through filesort */
27
27
  unsigned char     **sort_keys;        /* Buffer for sorting keys */
28
28
  unsigned char     *buffpek;           /* Buffer for buffpek structures */
29
 
  uint      buffpek_len;        /* Max number of buffpeks in the buffer */
 
29
  uint32_t      buffpek_len;        /* Max number of buffpeks in the buffer */
30
30
  unsigned char     *addon_buf;         /* Pointer to a buffer if sorted with fields */
31
31
  size_t    addon_length;       /* Length of the buffer */
32
32
  struct st_sort_addon_field *addon_field;     /* Pointer to the fields info */