| Index: third_party/sqlite/src/src/pcache1.c
|
| diff --git a/third_party/sqlite/src/src/pcache1.c b/third_party/sqlite/src/src/pcache1.c
|
| index 76030f9d0a65d077095f290622cd4c20b8ed0842..940bd62c94a231aa130ba8e860c25cd77cc25a59 100644
|
| --- a/third_party/sqlite/src/src/pcache1.c
|
| +++ b/third_party/sqlite/src/src/pcache1.c
|
| @@ -680,7 +680,7 @@ static int pcache1Init(void *NotUsed){
|
| ** * Otherwise use separate caches (mode-1)
|
| */
|
| #ifdef SQLITE_SEPARATE_CACHE_POOLS
|
| - const int separateCache = 1;
|
| + pcache1.separateCache = 1;
|
| #elif defined(SQLITE_ENABLE_MEMORY_MANAGEMENT)
|
| pcache1.separateCache = 0;
|
| #elif SQLITE_THREADSAFE
|
|
|