]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Enhance sqlite3_shutdown() so that it automatically invokes
authordrh <drh@noemail.net>
Thu, 9 Apr 2009 01:23:49 +0000 (01:23 +0000)
committerdrh <drh@noemail.net>
Thu, 9 Apr 2009 01:23:49 +0000 (01:23 +0000)
commitbb77b753c52297b5f0f5a177fb3ee2ccbbd7a85d
treec045c7d4598e9cea9bbd351122a31cf33f90810a
parentc6c7fd51c5a807258c5d0e9265119afa728dbbec
Enhance sqlite3_shutdown() so that it automatically invokes
sqlite3_reset_auto_extension().  This is a harmless no-op if applications
are already calling sqlite3_reset_auto_extension() prior to sqlite3_shutdown().
And it prevents possible memory corruption if they do not.  So it works
either way.  Most of the changes are to the test cases. (CVS 6475)

FossilOrigin-Name: 0c41f7cff4f6ffb9321f6f6b6ef3e431b750d41a
manifest
manifest.uuid
src/main.c
test/lookaside.test
test/malloc.test
test/permutations.test
test/speed1.test
test/speed1p.test
test/tester.tcl
test/tkt2565.test