[btree] Fix parent key index for the new shadow
This commit is contained in:
@@ -93,7 +93,7 @@ namespace persistent_data {
|
|||||||
{
|
{
|
||||||
using namespace btree_detail;
|
using namespace btree_detail;
|
||||||
|
|
||||||
unsigned i = 0;
|
unsigned i = *index;
|
||||||
bool r = false;
|
bool r = false;
|
||||||
|
|
||||||
for (;;) {
|
for (;;) {
|
||||||
|
Reference in New Issue
Block a user