121
121
table->file->position(table->record[0]);
122
122
/* Add all fields used by unique index to read_set. */
123
123
*(table->read_set) |= unique_map;
126
124
/* Read record that is identified by table->file->ref. */
127
125
(void) table->file->rnd_pos(table->record[1], table->file->ref);
128
126
/* Copy the newly read columns into the new record. */