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( ...@@ -1285,9 +1285,9 @@ row_ins_check_foreign_constraint(
into gaps */ into gaps */
err = row_ins_set_shared_rec_lock( err = row_ins_set_shared_rec_lock(
LOCK_REC_NOT_GAP, LOCK_REC_NOT_GAP, rec,
rec, check_index, thr); check_index, offsets, thr);
if (err != DB_SUCCESS) { if (err != DB_SUCCESS) {
break; 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