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

more TDB

上级 69352daf
......@@ -65,7 +65,7 @@ static int tdbPageAllocate(SPage *pPage, int size, SCell **ppCell) {
return 0;
}
static int tdbPageFree(SPage *pPage, int idx, SCell *pCell) {
static int tdbPageFree(SPage *pPage, int idx, SCell *pCell, int size) {
// 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.
先完成此消息的编辑!
想要评论请 注册