]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Take steps to avoid misestimating range query costs based on STAT4 data
authordrh <drh@noemail.net>
Wed, 22 Oct 2014 15:27:05 +0000 (15:27 +0000)
committerdrh <drh@noemail.net>
Wed, 22 Oct 2014 15:27:05 +0000 (15:27 +0000)
commit9f07cf7b2e43548f60bd7497dafba30856df3531
treee95a44e53867012ea9474ae74c87195557a9119d
parent442c5cd3cfc67d3e10aa64d9f180ef94fb3597cf
Take steps to avoid misestimating range query costs based on STAT4 data
due to the roundoff error of converting from integers to LogEst and back
to integers.

FossilOrigin-Name: 3c933bf95f291f7957580d823dce92c981375a5c
manifest
manifest.uuid
src/analyze.c
src/sqliteInt.h
src/where.c