]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix the max_page_count pragma so that it will not set to a value smaller
authordrh <drh@noemail.net>
Tue, 23 Nov 2010 18:59:27 +0000 (18:59 +0000)
committerdrh <drh@noemail.net>
Tue, 23 Nov 2010 18:59:27 +0000 (18:59 +0000)
commit60ac3f426c5f8247ff70a5b299015b5e01368e42
tree3f233aec0f6a76ace74979bb5b40929e7d5be4f6
parent15eac4e48a605bfbfb6b92431ffc71686722d2c1
Fix the max_page_count pragma so that it will not set to a value smaller
than the current database size, as the documentation requires.  Also,
remove all occurances of atoi() from the core.

FossilOrigin-Name: 2031974b606ef713b5f34522b2221470d98687c5
manifest
manifest.uuid
src/pragma.c
src/prepare.c
src/sqliteInt.h
src/util.c
src/vdbe.c
test/pager1.test