mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
One more after merge fix of Jan Lindström's changeset in 4.1
This commit is contained in:
parent
7eaec7eff7
commit
72de651ab5
1 changed files with 3 additions and 3 deletions
|
@ -1285,9 +1285,9 @@ run_again:
|
||||||
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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue