more
This commit is contained in:
parent
e37711199f
commit
c7cb16d4dd
File diff suppressed because it is too large
Load Diff
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue