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

more TDB

上级 ea7b4dcc
...@@ -24,3 +24,13 @@ int tdbPageDropCell(SPage *pPage, int idx) { ...@@ -24,3 +24,13 @@ int tdbPageDropCell(SPage *pPage, int idx) {
// TODO // TODO
return 0; 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.
先完成此消息的编辑!
想要评论请 注册