1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-11 01:42:22 +03:00

Add a version number to the sqlite3_pcache_methods2 object. Other PCACHE2

documentation improvements.

FossilOrigin-Name: 9f839ac05a9f3cfe587d2ccdccd50dac41baedbe
This commit is contained in:
drh
2011-11-13 21:44:03 +00:00
parent f923f82118
commit 81ef0f97ef
6 changed files with 31 additions and 17 deletions

View File

@@ -160,7 +160,7 @@ static void installInitWrappers(void){
wrMutexLeave, wrMutexHeld, wrMutexNotheld
};
sqlite3_pcache_methods2 pcachemethods = {
0,
1, 0,
wrPCacheInit, wrPCacheShutdown, wrPCacheCreate,
wrPCacheCachesize, wrPCachePagecount, wrPCacheFetch,
wrPCacheUnpin, wrPCacheRekey, wrPCacheTruncate,