This commit is contained in:
Hongze Cheng 2022-03-18 01:55:03 +00:00
parent fb5b200e77
commit 031d84e76e
1 changed files with 2 additions and 1 deletions

View File

@ -637,8 +637,9 @@ static int tdbBtreeBalanceStep2(SBtreeBalanceHelper *pBlh) {
}
static int tdbBtreeBalanceStep3(SBtreeBalanceHelper *pBlh) {
// Figure out number of pages needed after balance
for (int i = 0; i < pBlh->nOld; i++) {
/* code */
/* TODO */
}
return 0;