~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/mi_key.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
    }
114
114
    else if (keyseg->flag & HA_SWAP_KEY)
115
115
    {                                           /* Numerical column */
116
 
#ifdef HAVE_ISNAN
117
116
      if (type == HA_KEYTYPE_DOUBLE)
118
117
      {
119
118
        double nr;
125
124
          continue;
126
125
        }
127
126
      }
128
 
#endif
129
127
      pos+=length;
130
128
      while (length--)
131
129
      {