~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/filesort.cc

  • Committer: Stewart Smith
  • Date: 2009-03-18 05:13:33 UTC
  • mto: (942.1.10 mordred)
  • mto: This revision was merged to the branch mainline in revision 945.
  • Revision ID: stewart@flamingspork.com-20090318051333-sh38t5h7xmqniq36
typesafe set_if_smaller/set_if_greater fixes from Solaris

Show diffs side-by-side

added added

removed removed

Lines of Context:
683
683
{
684
684
  register Field *field;
685
685
  register SORT_FIELD *sort_field;
686
 
  uint32_t length;
 
686
  size_t length;
687
687
 
688
688
  for (sort_field=param->local_sortorder ;
689
689
       sort_field != param->end ;