]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the SQLITE_CONFIG_MEMDB_MAXSIZE configuration option for configuring
authordrh <drh@noemail.net>
Thu, 31 Jan 2019 15:38:53 +0000 (15:38 +0000)
committerdrh <drh@noemail.net>
Thu, 31 Jan 2019 15:38:53 +0000 (15:38 +0000)
commit23a885956e6f6798bf0b75ddf083e77c77ed41cd
tree3837daf7789e47681e4a4f4d80fe479ae0510ffd
parentb92b019fe3d0669504a94dd8c26b63d5dd52441e
Add the SQLITE_CONFIG_MEMDB_MAXSIZE configuration option for configuring
the default maximum size of an in-memory database created using
sqlite3_deserialize().  This is necessary to make the interface reasonably
testable.

FossilOrigin-Name: cb72ee0478ce98c48aae059fd5de4e36caf2b8c953e08fcb799bfd119ad46b73
manifest
manifest.uuid
src/global.c
src/main.c
src/memdb.c
src/sqlite.h.in
src/sqliteInt.h