90
90
(void) table->file->rnd_pos(table->record[1], table->file->ref);
91
91
/* Copy the newly read columns into the new record. */
92
92
for (field_p= table->field; (field= *field_p); field_p++)
94
94
field->copy_from_tmp(table->s->rec_buff_length);