]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Omit the OP_FilterInit opcode. Use OP_Blob to initialize each Bloom filter
authordrh <>
Mon, 6 Dec 2021 20:16:53 +0000 (20:16 +0000)
committerdrh <>
Mon, 6 Dec 2021 20:16:53 +0000 (20:16 +0000)
commit50fb7e09b4247ce34a0b0266614303d00f929def
tree02e8803cd8d85fd347f12359ac15a920c99023f1
parent8c1c3e5e377197835ae3acd602ba8121b858924e
Omit the OP_FilterInit opcode.  Use OP_Blob to initialize each Bloom filter
instead.  Size the Bloom filter based on sqlite_stat1 size estimates rather
than a run-time measurement for improved testability.

FossilOrigin-Name: 8a9036ee617a6ad93bfe827b0789773c49d3d45b085cb76fa4b9b20a41b79b97
manifest
manifest.uuid
src/malloc.c
src/sqliteInt.h
src/util.c
src/vdbe.c
src/where.c