127
121
mi_sizestore(buff+9,filepos);
128
122
mi_int4store(buff+17,length);
129
123
pthread_mutex_lock(&THR_LOCK_myisam);
130
error=my_lock(myisam_log_file,F_WRLCK,0L,F_TO_EOF,MYF(MY_SEEK_NOT_DONE));
131
124
VOID(my_write(myisam_log_file, buff,sizeof(buff),MYF(0)));
132
125
VOID(my_write(myisam_log_file, record,info->s->base.reclength,MYF(0)));