~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_rsamepos.c

Merged in changes from Andrey.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
        ** HA_ERR_END_OF_FILE   = End of file
28
28
        */
29
29
 
30
 
int mi_rsame_with_pos(MI_INFO *info, uchar *record, int inx, my_off_t filepos)
 
30
int mi_rsame_with_pos(MI_INFO *info, unsigned char *record, int inx, my_off_t filepos)
31
31
{
32
32
  if (inx < -1 ||
33
33
      (inx >= 0 && ! mi_is_key_active(info->s->state.key_map, inx)))