Skip to content

Commit

Permalink
MDEV-14711 Fix-up
Browse files Browse the repository at this point in the history
  • Loading branch information
Thirunarayanan committed Jul 31, 2020
1 parent a6066e2 commit 5ec40fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/innobase/btr/btr0cur.cc
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ btr_cur_optimistic_latch_leaves(
/* release the left block */
btr_leaf_page_release(
cursor->left_block, mode, mtr);
return false;
goto unpin_failed;
}
} else {
cursor->left_block = NULL;
Expand Down

0 comments on commit 5ec40fb

Please sign in to comment.