more TDB
This commit is contained in:
parent
fb5b200e77
commit
031d84e76e
|
@ -637,8 +637,9 @@ static int tdbBtreeBalanceStep2(SBtreeBalanceHelper *pBlh) {
|
||||||
}
|
}
|
||||||
|
|
||||||
static int tdbBtreeBalanceStep3(SBtreeBalanceHelper *pBlh) {
|
static int tdbBtreeBalanceStep3(SBtreeBalanceHelper *pBlh) {
|
||||||
|
// Figure out number of pages needed after balance
|
||||||
for (int i = 0; i < pBlh->nOld; i++) {
|
for (int i = 0; i < pBlh->nOld; i++) {
|
||||||
/* code */
|
/* TODO */
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in New Issue