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

innobase/row/row0ins.c:
  One more after merge fix
This commit is contained in:
unknown 2005-01-25 14:49:30 +02:00
commit 892adb947e

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;