more TDB
This commit is contained in:
parent
45e471930e
commit
1489f1663b
|
@ -507,6 +507,8 @@ static int tdbBtreeBalanceDeeper(SBTree *pBt, SPage *pRoot, SPage **ppChild) {
|
|||
return -1;
|
||||
}
|
||||
|
||||
((SBtPageHdr *)pRoot->pAmHdr)[0].rChild = pgnoChild;
|
||||
|
||||
*ppChild = pChild;
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue