]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the ability to turn of calls to fsync() using the "synchronous" pragma.
authordrh <drh@noemail.net>
Tue, 5 Mar 2002 01:11:12 +0000 (01:11 +0000)
committerdrh <drh@noemail.net>
Tue, 5 Mar 2002 01:11:12 +0000 (01:11 +0000)
commit603240cf5db225d172af5add5ee6b81d2a6ed909
treed7abcff799a55a3fc39c2db12ed227ee416337b5
parentef2daf547d1898351585ae27593f64bcfd93631a
Add the ability to turn of calls to fsync() using the "synchronous" pragma.
Increased the default cache size from 100 to 2000 and made the "cache_size"
pragma persistent. (CVS 418)

FossilOrigin-Name: 414da4af1f4aebc3936ca339fbc7932add081912
manifest
manifest.uuid
src/build.c
src/main.c
src/os.c
src/pager.c
src/parse.y
src/sqliteInt.h
src/vdbe.c
tool/speedtest.tcl [new file with mode: 0644]
www/changes.tcl