]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the sqlite3_status64() interface. Make the new interface and the legacy
authordrh <drh@noemail.net>
Mon, 23 Mar 2015 17:25:18 +0000 (17:25 +0000)
committerdrh <drh@noemail.net>
Mon, 23 Mar 2015 17:25:18 +0000 (17:25 +0000)
commitaf89fe66eae40a520e370e634da59aefe688d06f
tree3b566ba92b96f8d76c9f7c3f0f7921a284c6d56e
parent74893a4cdb556804dc4a31615be90fc8a69b3686
Add the sqlite3_status64() interface.  Make the new interface and the legacy
sqlite3_status() both atomic and threadsafe.  Check threadsafety using
assert()s.

FossilOrigin-Name: 1ce8e8fa4b866aafa12b1da0eb4d02321af9293e
manifest
manifest.uuid
src/malloc.c
src/pcache1.c
src/sqlite.h.in
src/sqliteInt.h
src/status.c
src/tokenize.c