~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/hp_rsame.c

Merged in changes from Andrey.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
           HA_ERR_KEY_NOT_FOUND = Record not found with key
26
26
        */
27
27
 
28
 
int heap_rsame(register HP_INFO *info, uchar *record, int inx)
 
28
int heap_rsame(register HP_INFO *info, unsigned char *record, int inx)
29
29
{
30
30
  HP_SHARE *share=info->s;
31
31