~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/heap/hp_hash.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
593
593
      uint32_t length= seg->length;
594
594
      unsigned char *pos= (unsigned char*) rec + seg->start;
595
595
 
596
 
#ifdef HAVE_ISNAN
597
596
      if (seg->type == HA_KEYTYPE_DOUBLE)
598
597
      {
599
598
        double nr;
605
604
          continue;
606
605
        }
607
606
      }
608
 
#endif
609
607
      pos+= length;
610
608
      while (length--)
611
609
      {