]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a bug in the threadtest4.c program. Remove the keyinfo cache as it provides
authordrh <drh@noemail.net>
Fri, 12 Dec 2014 00:20:37 +0000 (00:20 +0000)
committerdrh <drh@noemail.net>
Fri, 12 Dec 2014 00:20:37 +0000 (00:20 +0000)
commit18b67f3f0d48b6c0daf918319f8a234c6f49505e
treea9dfbc02a20c04e05ed3df984399449cfe30dd1c
parent1e57430e6326c0cb3b07de81fcae2baf4f5c0d15
Fix a bug in the threadtest4.c program.  Remove the keyinfo cache as it provides
minimal performance improvements, and then only at SQL preparation time, not
at runtime, and it has problems with data races in shared-cache mode.  We might
later add the keyinfo cache back but only enable it when shared-cache mode
is off.

FossilOrigin-Name: b7489f9451628c68f1dfc1d457fc161a0921c631
manifest
manifest.uuid
src/build.c
src/main.c
src/sqliteInt.h
src/where.c
test/threadtest4.c