This commit is contained in:
Hongze Cheng 2022-03-23 07:57:15 +00:00
parent f8fc05c76e
commit 7b89447239
1 changed files with 0 additions and 8 deletions

View File

@ -733,14 +733,6 @@ static int tdbBtreeBalanceNonRoot(SBTree *pBt, SPage *pParent, int idx) {
nNewCells++;
}
}
if (nNewCells == infoNews[iNew].cnt) {
if (childNotLeaf) {
// TODO
} else {
// TODO
}
}
}
}