“2154db709c9c7001137046429dee57f7833e9fb3”上不存在“docs/en/07-develop/04-query-data/index.mdx”
提交 3ac540f2 编写于 作者: H Hongze Cheng

fix compile erro

上级 bc00eb0e
...@@ -15,6 +15,8 @@ ...@@ -15,6 +15,8 @@
#include "tdbInt.h" #include "tdbInt.h"
static int tdbPageAllocate(SPage *pPage, int size, SCell **ppCell);
int tdbPageCreate(int pageSize, SPage **ppPage, void *(*xMalloc)(void *, size_t), void *arg) { int tdbPageCreate(int pageSize, SPage **ppPage, void *(*xMalloc)(void *, size_t), void *arg) {
SPage *pPage; SPage *pPage;
u8 *ptr; u8 *ptr;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册