[btree] Fix parent key index for the new shadow

This commit is contained in:
Ming-Hung Tsai 2020-06-30 14:07:38 +08:00
parent ce8945e829
commit 4f8466c489

View File

@ -93,7 +93,7 @@ namespace persistent_data {
{
using namespace btree_detail;
unsigned i = 0;
unsigned i = *index;
bool r = false;
for (;;) {