more TDB
This commit is contained in:
parent
f8fc05c76e
commit
7b89447239
|
@ -733,14 +733,6 @@ static int tdbBtreeBalanceNonRoot(SBTree *pBt, SPage *pParent, int idx) {
|
||||||
nNewCells++;
|
nNewCells++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (nNewCells == infoNews[iNew].cnt) {
|
|
||||||
if (childNotLeaf) {
|
|
||||||
// TODO
|
|
||||||
} else {
|
|
||||||
// TODO
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue