~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/hp_rkey.c

Merging trunk changes from over weekend.

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
      info->update= 0;
64
64
      DBUG_RETURN(my_errno);
65
65
    }
66
 
    if (!(keyinfo->flag & HA_NOSAME) || (keyinfo->flag & HA_END_SPACE_KEY))
 
66
    if (!(keyinfo->flag & HA_NOSAME))
67
67
      memcpy(info->lastkey, key, (size_t) keyinfo->length);
68
68
  }
69
69
  memcpy(record, pos, (size_t) share->reclength);