MDEV-14711 Fix-up

This commit is contained in:
Thirunarayanan Balathandayuthapani 2020-07-31 16:45:35 +05:30
parent a6066e230e
commit 5ec40fbb27

View File

@ -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;