From 892adb947e1f401e186289609c9b081712c9b331 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 25 Jan 2005 14:49:30 +0200 Subject: =?UTF-8?q?One=20more=20after=20merge=20fix=20of=20Jan=20Lindstr?= =?UTF-8?q?=C3=B6m's=20changeset=20in=204.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit innobase/row/row0ins.c: One more after merge fix --- innobase/row/row0ins.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'innobase/row/row0ins.c') diff --git a/innobase/row/row0ins.c b/innobase/row/row0ins.c index f1f1f45821a..aab0f5affa7 100644 --- a/innobase/row/row0ins.c +++ b/innobase/row/row0ins.c @@ -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; -- cgit v1.2.1