more TDB
This commit is contained in:
parent
bd8c171be1
commit
d123388a19
|
@ -711,7 +711,16 @@ static int tdbBtreeBalanceNonRoot(SBTree *pBt, SPage *pParent, int idx) {
|
|||
}
|
||||
}
|
||||
|
||||
// Loop to make the distribution even
|
||||
nNews = nNews + 1;
|
||||
|
||||
// back loop to make the distribution even
|
||||
for (int iNew = nNews - 1; iNew > 0; iNew--) {
|
||||
/* code */
|
||||
}
|
||||
}
|
||||
|
||||
SPage *pNews[5];
|
||||
{ // Allocate the new pages
|
||||
}
|
||||
|
||||
#if 0
|
||||
|
|
Loading…
Reference in New Issue