提交 44b30074 编写于 作者: H Hongze Cheng

start to integrate pager

上级 9f6f7449
......@@ -23,6 +23,7 @@ target_sources(tdb_sqlite
PRIVATE
"src/sqlite/pcache.c"
"src/sqlite/pcache1.c"
"src/sqlite/pager.c"
)
target_include_directories(tdb_sqlite PUBLIC "src/sqliteinc")
......
......@@ -43,9 +43,7 @@ typedef struct sqlite3_pcache_page {
#define ROUND8(x) (((x) + 7) & ~7)
typedef u32 Pgno;
typedef struct Pager Pager;
#include "pager.h"
#include "pcache.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册