]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change the SQLITE_SCANSTAT_EST parameter so that it returns a double for
authordrh <drh@noemail.net>
Thu, 6 Nov 2014 03:55:10 +0000 (03:55 +0000)
committerdrh <drh@noemail.net>
Thu, 6 Nov 2014 03:55:10 +0000 (03:55 +0000)
commit518140ed049bc2a6c5892e0c54d5cf7b11ed660a
tree5431f12bfc8680c4290298dd41be798de71c5579
parente1db0db899c7f69c4dfad138e7f1a340da896546
Change the SQLITE_SCANSTAT_EST parameter so that it returns a double for
the estimated number of output rows per loop, rather than a 64-bit integer.
Revise the output format for the ".scanstats on" in the shell to make use
of this new capability.

FossilOrigin-Name: f9684000665ae7ef6f89c3773612b8286b8f545a
manifest
manifest.uuid
src/shell.c
src/sqlite.h.in
src/test1.c
src/vdbe.h
src/vdbeInt.h
src/vdbeapi.c
src/vdbeaux.c
src/where.c
test/scanstatus.test