提交 8d23a257 编写于 作者: H Hongze Cheng

more TDB

上级 ea7b4dcc
......@@ -23,4 +23,14 @@ int tdbPageInsertCell(SPage *pPage, int idx, SCell *pCell, int szCell) {
int tdbPageDropCell(SPage *pPage, int idx) {
// TODO
return 0;
}
static int tdbPageAllocate(SPage *pPage, int size, SCell **ppCell) {
// TODO
return 0;
}
static int tdbPageFree(SPage *pPage, int idx, SCell *pCell) {
// TODO
return 0;
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册