]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Move the sqlite3SharedCacheEnabled global and the inProgress static variable (functio...
authordanielk1977 <danielk1977@noemail.net>
Tue, 2 Sep 2008 14:07:24 +0000 (14:07 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Tue, 2 Sep 2008 14:07:24 +0000 (14:07 +0000)
commit502b4e00c6642ffd0c49000a967fc736b1eeeec9
tree9b2f48f77c17e3b8f5048ed755946753ed935a1e
parent263ac1947483ce657e39f0b56ec030b04e3209c4
Move the sqlite3SharedCacheEnabled global and the inProgress static variable (function sqlite3_initialize()) into the global sqlite3Config structure. This is required for the OMIT_WSD feature to work on some platforms. (CVS 5662)

FossilOrigin-Name: 88c82759946910b5ffdd5febc17356403f986c2e
manifest
manifest.uuid
src/btree.c
src/main.c
src/sqliteInt.h
src/test1.c