]> git.ipfire.org Git - thirdparty/sqlite.git/commit
In kvtest.c, use stat() instead of fseek()/ftell() to determine the size of
authordrh <drh@noemail.net>
Thu, 29 Dec 2016 17:25:06 +0000 (17:25 +0000)
committerdrh <drh@noemail.net>
Thu, 29 Dec 2016 17:25:06 +0000 (17:25 +0000)
commitcae20d5cf1d324fc6d43cf4d0c60ca6331da4201
treea39dd3d7655f316d9214d159db5405bb347b34e4
parent03d0c20bbd021b8a66b7aad58a8cb2c0d9322f8c
In kvtest.c, use stat() instead of fseek()/ftell() to determine the size of
a BLOB to be read directly from disk.  This makes the pile-of-files database
more competative against SQLite.

FossilOrigin-Name: a7dca29f03e037fe71cc600db97f8058e3bd28a4
manifest
manifest.uuid
test/kvtest.c