~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_log.c

  • Committer: brian
  • Date: 2008-08-01 17:27:37 UTC
  • mfrom: (261.1.6 drizzle)
  • Revision ID: brian@localhost.localdomain-20080801172737-v6f9pau23un0bwfl
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
         blob != end ;
132
132
         blob++)
133
133
    {
134
 
      memcpy((uchar*) &pos, record+blob->offset+blob->pack_length, sizeof(char*));
 
134
      memcpy(&pos, record+blob->offset+blob->pack_length, sizeof(char*));
135
135
      VOID(my_write(myisam_log_file,pos,blob->length,MYF(0)));
136
136
    }
137
137
  }