]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Added the default_cache_size and default_synchronous pragmas. Added additional
authordrh <drh@noemail.net>
Wed, 6 Mar 2002 22:01:34 +0000 (22:01 +0000)
committerdrh <drh@noemail.net>
Wed, 6 Mar 2002 22:01:34 +0000 (22:01 +0000)
commitcd61c2816f9dad776b2aa91d2efeed9dbc856c99
tree0215e9823c3665c340bdb0fec7aa3b873d0c07b1
parente684090012aacb4a738178c6458d9731cd3f9310
Added the default_cache_size and default_synchronous pragmas.  Added additional
tests for pragmas.  Added a new speedtest script. (CVS 421)

FossilOrigin-Name: 161c0c5f5db66815e4345c9b5f7a600c03a67475
13 files changed:
manifest
manifest.uuid
src/btree.c
src/build.c
src/main.c
src/pager.c
src/sqliteInt.h
src/vdbe.c
test/all.test
test/pragma.test [new file with mode: 0644]
test/tester.tcl
tool/speedtest.tcl
tool/speedtest2.tcl [new file with mode: 0644]