提交 c41db68c 编写于 作者: H Hongze Cheng

more TDB

上级 3e30e45c
...@@ -525,12 +525,23 @@ static int tdbBtreeBalanceStep1(SBtreeBalanceHelper *pBlh) { ...@@ -525,12 +525,23 @@ static int tdbBtreeBalanceStep1(SBtreeBalanceHelper *pBlh) {
} }
static int tdbBtreeBalanceStep2(SBtreeBalanceHelper *pBlh) { static int tdbBtreeBalanceStep2(SBtreeBalanceHelper *pBlh) {
// TODO SPage *pPage;
for (int i = 0; i < pBlh->nOldPages; i++) {
pPage = pBlh->pOldPages[i];
/* code */
}
/* TODO */
return 0; return 0;
} }
static int tdbBtreeBalanceStep3(SBtreeBalanceHelper *pBlh) { static int tdbBtreeBalanceStep3(SBtreeBalanceHelper *pBlh) {
// TODO for (int i = 0; i < pBlh->nOldPages; i++) {
/* code */
}
return 0; return 0;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册