提交 9c2f84b0 编写于 作者: H Hongze Cheng

more TDB

上级 69f5d9c8
...@@ -70,6 +70,10 @@ int tdbPageInsertCell(SPage *pPage, int idx, SCell *pCell, int szCell) { ...@@ -70,6 +70,10 @@ int tdbPageInsertCell(SPage *pPage, int idx, SCell *pCell, int szCell) {
if (ret < 0) { if (ret < 0) {
return -1; return -1;
} }
memcpy(pTarget, pCell, szCell);
// TODO: memmove();
// pPage->pPaggHdr->nCells++;
} }
return 0; return 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册