~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_checksum.c

MergedĀ fromĀ Mats.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
      length=_mi_calc_blob_length(rec->length-
34
34
                                        portable_sizeof_char_ptr,
35
35
                                        buf);
36
 
      memcpy((char*) &pos, buf+rec->length- portable_sizeof_char_ptr,
37
 
             sizeof(char*));
 
36
      memcpy(&pos, buf+rec->length - portable_sizeof_char_ptr, sizeof(char*));
38
37
      break;
39
38
    }
40
39
    case FIELD_VARCHAR: