~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Monty Taylor
  • Date: 2009-02-21 01:15:13 UTC
  • mto: (892.1.5 devel)
  • mto: This revision was merged to the branch mainline in revision 898.
  • Revision ID: mordred@inaugust.com-20090221011513-c3jq8dfaiboc64cl
More solaris warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1215
1215
typedef struct st_sort_field {
1216
1216
  Field *field;                         /* Field to sort */
1217
1217
  Item  *item;                          /* Item if not sorting fields */
1218
 
  uint   length;                        /* Length of sort field */
 
1218
  size_t length;                        /* Length of sort field */
1219
1219
  uint32_t   suffix_length;                 /* Length suffix (0-4) */
1220
1220
  Item_result result_type;              /* Type of item */
1221
1221
  bool reverse;                         /* if descending sort */