One more after merge fix of Jan Lindström's changeset in 4.1

This commit is contained in:
marko@hundin.mysql.fi 2005-01-25 14:49:30 +02:00
parent 7eaec7eff7
commit 72de651ab5

View file

@ -1285,9 +1285,9 @@ run_again:
into gaps */
err = row_ins_set_shared_rec_lock(
LOCK_REC_NOT_GAP,
rec, check_index, thr);
LOCK_REC_NOT_GAP, rec,
check_index, offsets, thr);
if (err != DB_SUCCESS) {
break;