Commit 892adb94 authored by unknown's avatar unknown
Browse files

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
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1285,8 +1285,8 @@ 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) {