Commit 892adb94 authored by unknown's avatar unknown

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


innobase/row/row0ins.c:
  One more after merge fix
parent 2ecd83a3
......@@ -1285,9 +1285,9 @@ row_ins_check_foreign_constraint(
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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment