This commit is contained in:
Hongze Cheng 2022-02-21 10:07:13 +00:00
parent e37711199f
commit c7cb16d4dd
2 changed files with 1197 additions and 1215 deletions

File diff suppressed because it is too large Load Diff

View File

@ -46,6 +46,8 @@ typedef struct sqlite3_pcache_page {
typedef struct sqlite3_vfs sqlite3_vfs; typedef struct sqlite3_vfs sqlite3_vfs;
typedef struct sqlite3 sqlite3; typedef struct sqlite3 sqlite3;
#define SQLITE_DEFAULT_PAGE_SIZE 4096
#include "pager.h" #include "pager.h"
#include "pcache.h" #include "pcache.h"