~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/hp_rkey.c

  • Committer: Brian Aker
  • Date: 2008-07-05 19:32:59 UTC
  • mfrom: (53.2.28 codestyle)
  • Revision ID: brian@tangent.org-20080705193259-opqzfb0oprfcg8dm
Merge from Monty's tree

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);