Commit 72de651a authored by marko@hundin.mysql.fi's avatar marko@hundin.mysql.fi

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

parent 7eaec7ef
......@@ -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