~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_log.c

  • Committer: Brian Aker
  • Date: 2008-07-30 17:24:10 UTC
  • mfrom: (236.1.6 codestyle)
  • Revision ID: brian@tangent.org-20080730172410-t4r8o7lx7r9m95x7
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_fixed((uchar*) &pos, record+blob->offset+blob->pack_length,
135
 
                   sizeof(char*));
 
134
      memcpy((uchar*) &pos, record+blob->offset+blob->pack_length, sizeof(char*));
136
135
      VOID(my_write(myisam_log_file,pos,blob->length,MYF(0)));
137
136
    }
138
137
  }